Skip to content

Commit a5fb884

Browse files
committed
Update internal lambda client model with up-to-date changes
1 parent e2d4527 commit a5fb884

File tree

2 files changed

+96
-78
lines changed

2 files changed

+96
-78
lines changed

src/aws_durable_execution_sdk_python/botocore/data/lambdainternal-local/2015-03-31/service-2.json

Lines changed: 52 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,7 @@
709709
{"shape":"RequestTooLargeException"},
710710
{"shape":"KMSDisabledException"},
711711
{"shape":"UnsupportedMediaTypeException"},
712+
{"shape":"SerializedRequestEntityTooLargeException"},
712713
{"shape":"InvalidRuntimeException"},
713714
{"shape":"EC2UnexpectedException"},
714715
{"shape":"InvalidSubnetIDException"},
@@ -772,6 +773,7 @@
772773
{"shape":"RequestTooLargeException"},
773774
{"shape":"KMSDisabledException"},
774775
{"shape":"UnsupportedMediaTypeException"},
776+
{"shape":"SerializedRequestEntityTooLargeException"},
775777
{"shape":"InvalidRuntimeException"},
776778
{"shape":"EC2UnexpectedException"},
777779
{"shape":"InvalidSubnetIDException"},
@@ -840,7 +842,8 @@
840842
"errors":[
841843
{"shape":"InvalidParameterValueException"},
842844
{"shape":"TooManyRequestsException"},
843-
{"shape":"ServiceException"}
845+
{"shape":"ServiceException"},
846+
{"shape":"ResourceNotFoundException"}
844847
],
845848
"readonly":true
846849
},
@@ -1597,7 +1600,8 @@
15971600
"FunctionUrlAuthType":{
15981601
"shape":"FunctionUrlAuthType",
15991602
"documentation":"<p>The type of authentication that your function URL uses. Set to <code>AWS_IAM</code> if you want to restrict access to authenticated users only. Set to <code>NONE</code> if you want to bypass IAM authentication to create a public endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html\">Security and auth model for Lambda function URLs</a>.</p>"
1600-
}
1603+
},
1604+
"InvokedViaFunctionUrl":{"shape":"InvokedViaFunctionUrl"}
16011605
}
16021606
},
16031607
"AddPermissionResponse":{
@@ -1831,33 +1835,36 @@
18311835
},
18321836
"exception":true
18331837
},
1834-
"ChainedInvokeFailedDetails":{
1838+
"ChainedInvokeDetails":{
18351839
"type":"structure",
1836-
"required":["Error"],
18371840
"members":{
1838-
"Error":{"shape":"EventError"}
1841+
"Result":{"shape":"OperationPayload"},
1842+
"Error":{"shape":"ErrorObject"}
18391843
}
18401844
},
1841-
"ChainedInvokeOptions":{
1845+
"ChainedInvokeFailedDetails":{
18421846
"type":"structure",
1847+
"required":["Error"],
18431848
"members":{
1844-
"FunctionName":{"shape":"FunctionName"}
1849+
"Error":{"shape":"EventError"}
18451850
}
18461851
},
1847-
"ChainedInvokePendingDetails":{
1852+
"ChainedInvokeOptions":{
18481853
"type":"structure",
1849-
"required":[
1850-
"Input",
1851-
"FunctionName"
1852-
],
1854+
"required":["FunctionName"],
18531855
"members":{
1854-
"Input":{"shape":"EventInput"},
1855-
"FunctionName":{"shape":"FunctionName"}
1856+
"FunctionName":{"shape":"FunctionName"},
1857+
"TenantId":{"shape":"TenantId"}
18561858
}
18571859
},
18581860
"ChainedInvokeStartedDetails":{
18591861
"type":"structure",
1862+
"required":["FunctionName"],
18601863
"members":{
1864+
"FunctionName":{"shape":"FunctionName"},
1865+
"TenantId":{"shape":"TenantId"},
1866+
"Input":{"shape":"EventInput"},
1867+
"ExecutedVersion":{"shape":"Version"},
18611868
"DurableExecutionArn":{"shape":"DurableExecutionArn"}
18621869
}
18631870
},
@@ -1896,7 +1903,10 @@
18961903
},
18971904
"CheckpointToken":{"shape":"CheckpointToken"},
18981905
"Updates":{"shape":"OperationUpdates"},
1899-
"ClientToken":{"shape":"ClientToken"}
1906+
"ClientToken":{
1907+
"shape":"ClientToken",
1908+
"idempotencyToken":true
1909+
}
19001910
}
19011911
},
19021912
"CheckpointDurableExecutionResponse":{
@@ -2986,7 +2996,6 @@
29862996
"StepStartedDetails":{"shape":"StepStartedDetails"},
29872997
"StepSucceededDetails":{"shape":"StepSucceededDetails"},
29882998
"StepFailedDetails":{"shape":"StepFailedDetails"},
2989-
"ChainedInvokePendingDetails":{"shape":"ChainedInvokePendingDetails"},
29902999
"ChainedInvokeStartedDetails":{"shape":"ChainedInvokeStartedDetails"},
29913000
"ChainedInvokeSucceededDetails":{"shape":"ChainedInvokeSucceededDetails"},
29923001
"ChainedInvokeFailedDetails":{"shape":"ChainedInvokeFailedDetails"},
@@ -3220,12 +3229,11 @@
32203229
"StepStarted",
32213230
"StepSucceeded",
32223231
"StepFailed",
3223-
"ChainedInvokePending",
32243232
"ChainedInvokeStarted",
32253233
"ChainedInvokeSucceeded",
32263234
"ChainedInvokeFailed",
32273235
"ChainedInvokeTimedOut",
3228-
"ChainedInvokeCancelled",
3236+
"ChainedInvokeStopped",
32293237
"CallbackStarted",
32303238
"CallbackSucceeded",
32313239
"CallbackFailed",
@@ -4660,29 +4668,8 @@
46604668
"location":"statusCode"
46614669
}
46624670
},
4663-
"deprecated":true,
4664-
"payload":"Body",
4665-
"documentation":"<p>A success response (<code>202 Accepted</code>) indicates that the request is queued for invocation.</p>"
4666-
},
4667-
"InvokeCancelledDetails":{
4668-
"type":"structure",
4669-
"members":{
4670-
"Error":{"shape":"EventError"}
4671-
}
4672-
},
4673-
"ChainedInvokeDetails":{
4674-
"type":"structure",
4675-
"members":{
4676-
"Result":{"shape":"OperationPayload"},
4677-
"Error":{"shape":"ErrorObject"}
4678-
}
4679-
},
4680-
"InvokeFailedDetails":{
4681-
"type":"structure",
4682-
"members":{
4683-
"Error":{"shape":"EventError"},
4684-
"RetryDetails":{"shape":"RetryDetails"}
4685-
}
4671+
"documentation":"<p>A success response (<code>202 Accepted</code>) indicates that the request is queued for invocation.</p>",
4672+
"deprecated":true
46864673
},
46874674
"InvokeMode":{
46884675
"type":"string",
@@ -4805,6 +4792,10 @@
48054792
"documentation":"<p>An object that includes a chunk of the response payload. When the stream has ended, Lambda includes a <code>InvokeComplete</code> object.</p>",
48064793
"eventstream":true
48074794
},
4795+
"InvokedViaFunctionUrl":{
4796+
"type":"boolean",
4797+
"box":true
4798+
},
48084799
"ItemCount":{
48094800
"type":"integer",
48104801
"max":1000,
@@ -5887,7 +5878,7 @@
58875878
"type":"string",
58885879
"max":256,
58895880
"min":1,
5890-
"pattern":"[a-zA-Z0-9-_]+"
5881+
"pattern":"[\\x20-\\x7E]+"
58915882
},
58925883
"OperationPayload":{
58935884
"type":"string",
@@ -5912,7 +5903,7 @@
59125903
"type":"string",
59135904
"max":32,
59145905
"min":1,
5915-
"pattern":"[a-zA-Z-_]+"
5906+
"pattern":"[a-zA-Z0-9-_]+"
59165907
},
59175908
"OperationType":{
59185909
"type":"string",
@@ -6861,6 +6852,18 @@
68616852
"type":"string",
68626853
"sensitive":true
68636854
},
6855+
"SerializedRequestEntityTooLargeException":{
6856+
"type":"structure",
6857+
"members":{
6858+
"Type":{"shape":"String"},
6859+
"message":{"shape":"String"}
6860+
},
6861+
"error":{
6862+
"httpStatusCode":413,
6863+
"senderFault":true
6864+
},
6865+
"exception":true
6866+
},
68646867
"ServiceException":{
68656868
"type":"structure",
68666869
"members":{
@@ -7214,6 +7217,12 @@
72147217
"min":84,
72157218
"pattern":".*"
72167219
},
7220+
"TenantId":{
7221+
"type":"string",
7222+
"max":256,
7223+
"min":1,
7224+
"pattern":"[a-zA-Z0-9\\._:\\/=+\\-@ ]+"
7225+
},
72177226
"ThrottleReason":{
72187227
"type":"string",
72197228
"enum":[

src/aws_durable_execution_sdk_python/botocore/data/lambdainternal/2015-03-31/service-2.json

Lines changed: 44 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@
708708
{"shape":"RequestTooLargeException"},
709709
{"shape":"KMSDisabledException"},
710710
{"shape":"UnsupportedMediaTypeException"},
711+
{"shape":"SerializedRequestEntityTooLargeException"},
711712
{"shape":"InvalidRuntimeException"},
712713
{"shape":"EC2UnexpectedException"},
713714
{"shape":"InvalidSubnetIDException"},
@@ -771,6 +772,7 @@
771772
{"shape":"RequestTooLargeException"},
772773
{"shape":"KMSDisabledException"},
773774
{"shape":"UnsupportedMediaTypeException"},
775+
{"shape":"SerializedRequestEntityTooLargeException"},
774776
{"shape":"InvalidRuntimeException"},
775777
{"shape":"EC2UnexpectedException"},
776778
{"shape":"InvalidSubnetIDException"},
@@ -839,7 +841,8 @@
839841
"errors":[
840842
{"shape":"InvalidParameterValueException"},
841843
{"shape":"TooManyRequestsException"},
842-
{"shape":"ServiceException"}
844+
{"shape":"ServiceException"},
845+
{"shape":"ResourceNotFoundException"}
843846
],
844847
"readonly":true
845848
},
@@ -1596,7 +1599,8 @@
15961599
"FunctionUrlAuthType":{
15971600
"shape":"FunctionUrlAuthType",
15981601
"documentation":"<p>The type of authentication that your function URL uses. Set to <code>AWS_IAM</code> if you want to restrict access to authenticated users only. Set to <code>NONE</code> if you want to bypass IAM authentication to create a public endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html\">Security and auth model for Lambda function URLs</a>.</p>"
1599-
}
1602+
},
1603+
"InvokedViaFunctionUrl":{"shape":"InvokedViaFunctionUrl"}
16001604
}
16011605
},
16021606
"AddPermissionResponse":{
@@ -1846,24 +1850,20 @@
18461850
},
18471851
"ChainedInvokeOptions":{
18481852
"type":"structure",
1853+
"required":["FunctionName"],
18491854
"members":{
1850-
"FunctionName":{"shape":"FunctionName"}
1851-
}
1852-
},
1853-
"ChainedInvokePendingDetails":{
1854-
"type":"structure",
1855-
"required":[
1856-
"Input",
1857-
"FunctionName"
1858-
],
1859-
"members":{
1860-
"Input":{"shape":"EventInput"},
1861-
"FunctionName":{"shape":"FunctionName"}
1855+
"FunctionName":{"shape":"FunctionName"},
1856+
"TenantId":{"shape":"TenantId"}
18621857
}
18631858
},
18641859
"ChainedInvokeStartedDetails":{
18651860
"type":"structure",
1861+
"required":["FunctionName"],
18661862
"members":{
1863+
"FunctionName":{"shape":"FunctionName"},
1864+
"TenantId":{"shape":"TenantId"},
1865+
"Input":{"shape":"EventInput"},
1866+
"ExecutedVersion":{"shape":"Version"},
18671867
"DurableExecutionArn":{"shape":"DurableExecutionArn"}
18681868
}
18691869
},
@@ -1902,7 +1902,10 @@
19021902
},
19031903
"CheckpointToken":{"shape":"CheckpointToken"},
19041904
"Updates":{"shape":"OperationUpdates"},
1905-
"ClientToken":{"shape":"ClientToken"}
1905+
"ClientToken":{
1906+
"shape":"ClientToken",
1907+
"idempotencyToken":true
1908+
}
19061909
}
19071910
},
19081911
"CheckpointDurableExecutionResponse":{
@@ -2992,7 +2995,6 @@
29922995
"StepStartedDetails":{"shape":"StepStartedDetails"},
29932996
"StepSucceededDetails":{"shape":"StepSucceededDetails"},
29942997
"StepFailedDetails":{"shape":"StepFailedDetails"},
2995-
"ChainedInvokePendingDetails":{"shape":"ChainedInvokePendingDetails"},
29962998
"ChainedInvokeStartedDetails":{"shape":"ChainedInvokeStartedDetails"},
29972999
"ChainedInvokeSucceededDetails":{"shape":"ChainedInvokeSucceededDetails"},
29983000
"ChainedInvokeFailedDetails":{"shape":"ChainedInvokeFailedDetails"},
@@ -3226,12 +3228,11 @@
32263228
"StepStarted",
32273229
"StepSucceeded",
32283230
"StepFailed",
3229-
"ChainedInvokePending",
32303231
"ChainedInvokeStarted",
32313232
"ChainedInvokeSucceeded",
32323233
"ChainedInvokeFailed",
32333234
"ChainedInvokeTimedOut",
3234-
"ChainedInvokeCancelled",
3235+
"ChainedInvokeStopped",
32353236
"CallbackStarted",
32363237
"CallbackSucceeded",
32373238
"CallbackFailed",
@@ -4667,21 +4668,7 @@
46674668
}
46684669
},
46694670
"documentation":"<p>A success response (<code>202 Accepted</code>) indicates that the request is queued for invocation.</p>",
4670-
"deprecated":true,
4671-
"payload":"Body"
4672-
},
4673-
"InvokeCancelledDetails":{
4674-
"type":"structure",
4675-
"members":{
4676-
"Error":{"shape":"EventError"}
4677-
}
4678-
},
4679-
"InvokeFailedDetails":{
4680-
"type":"structure",
4681-
"members":{
4682-
"Error":{"shape":"EventError"},
4683-
"RetryDetails":{"shape":"RetryDetails"}
4684-
}
4671+
"deprecated":true
46854672
},
46864673
"InvokeMode":{
46874674
"type":"string",
@@ -4804,6 +4791,10 @@
48044791
"documentation":"<p>An object that includes a chunk of the response payload. When the stream has ended, Lambda includes a <code>InvokeComplete</code> object.</p>",
48054792
"eventstream":true
48064793
},
4794+
"InvokedViaFunctionUrl":{
4795+
"type":"boolean",
4796+
"box":true
4797+
},
48074798
"ItemCount":{
48084799
"type":"integer",
48094800
"max":1000,
@@ -5886,7 +5877,7 @@
58865877
"type":"string",
58875878
"max":256,
58885879
"min":1,
5889-
"pattern":"[a-zA-Z0-9-_]+"
5880+
"pattern":"[\\x20-\\x7E]+"
58905881
},
58915882
"OperationPayload":{
58925883
"type":"string",
@@ -5911,7 +5902,7 @@
59115902
"type":"string",
59125903
"max":32,
59135904
"min":1,
5914-
"pattern":"[a-zA-Z-_]+"
5905+
"pattern":"[a-zA-Z0-9-_]+"
59155906
},
59165907
"OperationType":{
59175908
"type":"string",
@@ -6860,6 +6851,18 @@
68606851
"type":"string",
68616852
"sensitive":true
68626853
},
6854+
"SerializedRequestEntityTooLargeException":{
6855+
"type":"structure",
6856+
"members":{
6857+
"Type":{"shape":"String"},
6858+
"message":{"shape":"String"}
6859+
},
6860+
"error":{
6861+
"httpStatusCode":413,
6862+
"senderFault":true
6863+
},
6864+
"exception":true
6865+
},
68636866
"ServiceException":{
68646867
"type":"structure",
68656868
"members":{
@@ -7213,6 +7216,12 @@
72137216
"min":84,
72147217
"pattern":".*"
72157218
},
7219+
"TenantId":{
7220+
"type":"string",
7221+
"max":256,
7222+
"min":1,
7223+
"pattern":"[a-zA-Z0-9\\._:\\/=+\\-@ ]+"
7224+
},
72167225
"ThrottleReason":{
72177226
"type":"string",
72187227
"enum":[

0 commit comments

Comments
 (0)