|
791 | 791 | {"shape":"RequestTooLargeException"}, |
792 | 792 | {"shape":"KMSDisabledException"}, |
793 | 793 | {"shape":"UnsupportedMediaTypeException"}, |
| 794 | + {"shape":"S3FilesMountConnectivityException"}, |
794 | 795 | {"shape":"SerializedRequestEntityTooLargeException"}, |
795 | 796 | {"shape":"InvalidRuntimeException"}, |
796 | 797 | {"shape":"NoPublishedVersionException"}, |
|
807 | 808 | {"shape":"ServiceException"}, |
808 | 809 | {"shape":"SnapStartException"}, |
809 | 810 | {"shape":"RecursiveInvocationException"}, |
| 811 | + {"shape":"S3FilesMountFailureException"}, |
810 | 812 | {"shape":"EFSMountTimeoutException"}, |
| 813 | + {"shape":"S3FilesMountTimeoutException"}, |
811 | 814 | {"shape":"ResourceNotFoundException"}, |
812 | 815 | {"shape":"InvalidRequestContentException"}, |
813 | 816 | {"shape":"DurableExecutionAlreadyStartedException"}, |
|
856 | 859 | {"shape":"RequestTooLargeException"}, |
857 | 860 | {"shape":"KMSDisabledException"}, |
858 | 861 | {"shape":"UnsupportedMediaTypeException"}, |
| 862 | + {"shape":"S3FilesMountConnectivityException"}, |
859 | 863 | {"shape":"SerializedRequestEntityTooLargeException"}, |
860 | 864 | {"shape":"InvalidRuntimeException"}, |
861 | 865 | {"shape":"NoPublishedVersionException"}, |
|
872 | 876 | {"shape":"ServiceException"}, |
873 | 877 | {"shape":"SnapStartException"}, |
874 | 878 | {"shape":"RecursiveInvocationException"}, |
| 879 | + {"shape":"S3FilesMountFailureException"}, |
875 | 880 | {"shape":"EFSMountTimeoutException"}, |
| 881 | + {"shape":"S3FilesMountTimeoutException"}, |
876 | 882 | {"shape":"ResourceNotFoundException"}, |
877 | 883 | {"shape":"InvalidRequestContentException"}, |
878 | 884 | {"shape":"InvalidZipFileException"}, |
|
2921 | 2927 | }, |
2922 | 2928 | "FileSystemConfigs":{ |
2923 | 2929 | "shape":"FileSystemConfigList", |
2924 | | - "documentation":"<p>Connection settings for an Amazon EFS file system.</p>" |
| 2930 | + "documentation":"<p>Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.</p>" |
2925 | 2931 | }, |
2926 | 2932 | "ImageConfig":{ |
2927 | 2933 | "shape":"ImageConfig", |
|
4108 | 4114 | "ExecutionTimestamp":{"type":"timestamp"}, |
4109 | 4115 | "FileSystemArn":{ |
4110 | 4116 | "type":"string", |
4111 | | - "max":200, |
| 4117 | + "max":256, |
4112 | 4118 | "min":0, |
4113 | | - "pattern":"arn:aws[a-zA-Z-]*:elasticfilesystem:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:\\d{12}:access-point/fsap-[a-f0-9]{17}" |
| 4119 | + "pattern":"arn:aws[a-zA-Z-]*:elasticfilesystem:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:\\d{12}:access-point/fsap-[a-f0-9]{17}$|^arn:aws[-a-z]*:s3files:[0-9a-z-:]+:file-system/fs-[0-9a-f]{17,40}/access-point/fsap-[0-9a-f]{17,40}" |
4114 | 4120 | }, |
4115 | 4121 | "FileSystemConfig":{ |
4116 | 4122 | "type":"structure", |
|
4121 | 4127 | "members":{ |
4122 | 4128 | "Arn":{ |
4123 | 4129 | "shape":"FileSystemArn", |
4124 | | - "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.</p>" |
| 4130 | + "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon EFS or Amazon S3 Files access point that provides access to the file system.</p>" |
4125 | 4131 | }, |
4126 | 4132 | "LocalMountPath":{ |
4127 | 4133 | "shape":"LocalMountPath", |
4128 | 4134 | "documentation":"<p>The path where the function can access the file system, starting with <code>/mnt/</code>.</p>" |
4129 | 4135 | } |
4130 | 4136 | }, |
4131 | | - "documentation":"<p>Details about the connection between a Lambda function and an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html\">Amazon EFS file system</a>.</p>" |
| 4137 | + "documentation":"<p>Details about the connection between a Lambda function and an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html\">Amazon EFS file system</a> or an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html\">Amazon S3 Files file system</a>.</p>" |
4132 | 4138 | }, |
4133 | 4139 | "FileSystemConfigList":{ |
4134 | 4140 | "type":"list", |
|
4368 | 4374 | }, |
4369 | 4375 | "FileSystemConfigs":{ |
4370 | 4376 | "shape":"FileSystemConfigList", |
4371 | | - "documentation":"<p>Connection settings for an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html\">Amazon EFS file system</a>.</p>" |
| 4377 | + "documentation":"<p>Connection settings for an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html\">Amazon EFS file system</a> or an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html\">Amazon S3 Files file system</a>.</p>" |
4372 | 4378 | }, |
4373 | 4379 | "PackageType":{ |
4374 | 4380 | "shape":"PackageType", |
|
6324 | 6330 | }, |
6325 | 6331 | "DurableExecutionName":{ |
6326 | 6332 | "shape":"DurableExecutionName", |
6327 | | - "documentation":"<p>Filter executions by name. Only executions with names that contain this string are returned.</p>", |
| 6333 | + "documentation":"<p>Filter executions by name. Only executions with names that matches this string are returned.</p>", |
6328 | 6334 | "location":"querystring", |
6329 | 6335 | "locationName":"DurableExecutionName" |
6330 | 6336 | }, |
|
8082 | 8088 | "min":3, |
8083 | 8089 | "pattern":"[0-9A-Za-z\\.\\-_]*(?<!\\.)" |
8084 | 8090 | }, |
| 8091 | + "S3FilesMountConnectivityException":{ |
| 8092 | + "type":"structure", |
| 8093 | + "members":{ |
| 8094 | + "Type":{ |
| 8095 | + "shape":"String", |
| 8096 | + "documentation":"<p>The exception type.</p>" |
| 8097 | + }, |
| 8098 | + "Message":{ |
| 8099 | + "shape":"String", |
| 8100 | + "documentation":"<p>The exception message.</p>" |
| 8101 | + } |
| 8102 | + }, |
| 8103 | + "documentation":"<p>The Lambda function couldn't make a network connection to the configured S3 Files access point.</p>", |
| 8104 | + "error":{ |
| 8105 | + "httpStatusCode":408, |
| 8106 | + "senderFault":true |
| 8107 | + }, |
| 8108 | + "exception":true |
| 8109 | + }, |
| 8110 | + "S3FilesMountFailureException":{ |
| 8111 | + "type":"structure", |
| 8112 | + "members":{ |
| 8113 | + "Type":{ |
| 8114 | + "shape":"String", |
| 8115 | + "documentation":"<p>The exception type.</p>" |
| 8116 | + }, |
| 8117 | + "Message":{ |
| 8118 | + "shape":"String", |
| 8119 | + "documentation":"<p>The exception message.</p>" |
| 8120 | + } |
| 8121 | + }, |
| 8122 | + "documentation":"<p>The Lambda function couldn't mount the configured S3 Files access point due to a permission or configuration issue.</p>", |
| 8123 | + "error":{ |
| 8124 | + "httpStatusCode":403, |
| 8125 | + "senderFault":true |
| 8126 | + }, |
| 8127 | + "exception":true |
| 8128 | + }, |
| 8129 | + "S3FilesMountTimeoutException":{ |
| 8130 | + "type":"structure", |
| 8131 | + "members":{ |
| 8132 | + "Type":{ |
| 8133 | + "shape":"String", |
| 8134 | + "documentation":"<p>The exception type.</p>" |
| 8135 | + }, |
| 8136 | + "Message":{ |
| 8137 | + "shape":"String", |
| 8138 | + "documentation":"<p>The exception message.</p>" |
| 8139 | + } |
| 8140 | + }, |
| 8141 | + "documentation":"<p>The Lambda function made a network connection to the configured S3 Files access point, but the mount operation timed out.</p>", |
| 8142 | + "error":{ |
| 8143 | + "httpStatusCode":408, |
| 8144 | + "senderFault":true |
| 8145 | + }, |
| 8146 | + "exception":true |
| 8147 | + }, |
8085 | 8148 | "S3Key":{ |
8086 | 8149 | "type":"string", |
8087 | 8150 | "max":1024, |
|
9123 | 9186 | }, |
9124 | 9187 | "FileSystemConfigs":{ |
9125 | 9188 | "shape":"FileSystemConfigList", |
9126 | | - "documentation":"<p>Connection settings for an Amazon EFS file system.</p>" |
| 9189 | + "documentation":"<p>Connection settings for an Amazon EFS file system or an Amazon S3 Files file system.</p>" |
9127 | 9190 | }, |
9128 | 9191 | "ImageConfig":{ |
9129 | 9192 | "shape":"ImageConfig", |
|
0 commit comments