You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Specifies the amount of ephemeral storage (in MB) to allocate for the canary run during execution. This temporary storage is used for storing canary run artifacts (which are uploaded to an Amazon S3 bucket at the end of the run), and any canary browser operations. This temporary storage is cleared after the run is completed. Default storage value is 1024 MB.</p>
* <p>If this value is <code>CANARY_FAILURE</code>, an exception occurred in the
767
-
* canary code. If this value is <code>EXECUTION_FAILURE</code>, an exception occurred in
768
-
* CloudWatch Synthetics.</p>
787
+
* <p>If this value is <code>CANARY_FAILURE</code>, either the canary script failed or Synthetics ran into a fatal error when running the canary. For example, a canary timeout misconfiguration setting can cause the canary to timeout before Synthetics can evaluate its status.
788
+
* </p>
789
+
* <p> If this value is <code>EXECUTION_FAILURE</code>, a non-critical failure occurred such as failing to save generated debug artifacts (for example, screenshots or har files).</p>
790
+
* <p>If both types of failures occurred, the <code>CANARY_FAILURE</code> takes precedence. To understand the exact error, use the <a href="https://docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_CanaryRunStatus.html">StateReason</a> API.</p>
* <p>Specifies the status of canary script for this run. When Synthetics tries to determine the status but fails, the result is marked as <code>UNKNOWN</code>.
797
+
* For the overall status of canary run, see <a href="https://docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_CanaryRunStatus.html">State</a>.</p>
* <p>If your canary script is located in S3, specify the bucket name here. Do not include <code>s3://</code> as the
927
+
* <p>If your canary script is located in Amazon S3, specify the bucket name here. Do not include <code>s3://</code> as the
899
928
* start of the bucket name.</p>
900
929
* @public
901
930
*/
902
931
S3Bucket?: string|undefined;
903
932
904
933
/**
905
-
* <p>The S3 key of your script. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingObjects.html">Working with Amazon S3 Objects</a>.</p>
934
+
* <p>The Amazon S3 key of your script. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingObjects.html">Working with Amazon S3 Objects</a>.</p>
906
935
* @public
907
936
*/
908
937
S3Key?: string|undefined;
909
938
910
939
/**
911
-
* <p>The S3 version ID of your script.</p>
940
+
* <p>The Amazon S3 version ID of your script.</p>
912
941
* @public
913
942
*/
914
943
S3Version?: string|undefined;
915
944
916
945
/**
917
-
* <p>If you input your canary script directly into the canary instead of referring to an S3
946
+
* <p>If you input your canary script directly into the canary instead of referring to an Amazon S3
918
947
* location, the value of this parameter is the base64-encoded contents of the .zip file that
919
948
* contains the script. It must be smaller than 225 Kb.</p>
920
-
* <p>For large canary scripts, we recommend that you use an S3 location instead of inputting it
949
+
* <p>For large canary scripts, we recommend that you use an Amazon S3 location instead of inputting it
* <p>Specifies the amount of ephemeral storage (in MB) to allocate for the canary run during execution. This temporary storage is used for storing canary run artifacts (which are uploaded to an Amazon S3 bucket at the end of the run), and any canary browser operations. This temporary storage is cleared after the run is completed. Default storage value is 1024 MB.</p>
* <p>The number of days to retain data on the failed runs for this canary. The valid range is 1 to 455 days.</p>
2175
+
* <p>The number of days to retain data about successful runs of this canary. If you omit
2176
+
* this field, the default of 31 days is used. The valid range is 1 to 455 days.</p>
2141
2177
* <p>This setting affects the range of information returned by <a href="https://docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_GetCanaryRuns.html">GetCanaryRuns</a>, as well as
2142
2178
* the range of information displayed in the Synthetics console.
* <p>The number of days to retain data on the failed runs for this canary. The valid range is 1 to 455 days.</p>
2185
+
* <p>The number of days to retain data about failed runs of this canary. If you omit
2186
+
* this field, the default of 31 days is used. The valid range is 1 to 455 days.</p>
2150
2187
* <p>This setting affects the range of information returned by <a href="https://docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_GetCanaryRuns.html">GetCanaryRuns</a>, as well as
2151
2188
* the range of information displayed in the Synthetics console.
0 commit comments