Skip to content

Commit a56c560

Browse files
author
AWS
committed
AWS Lambda Update: This release migrated the model to Smithy keeping all features unchanged.
1 parent 586db6c commit a56c560

File tree

4 files changed

+602
-466
lines changed

4 files changed

+602
-466
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Lambda",
4+
"contributor": "",
5+
"description": "This release migrated the model to Smithy keeping all features unchanged."
6+
}

services/lambda/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,69 +2,69 @@
22
"pagination": {
33
"ListAliases": {
44
"input_token": "Marker",
5-
"limit_key": "MaxItems",
65
"output_token": "NextMarker",
6+
"limit_key": "MaxItems",
77
"result_key": "Aliases"
88
},
99
"ListCodeSigningConfigs": {
1010
"input_token": "Marker",
11-
"limit_key": "MaxItems",
1211
"output_token": "NextMarker",
12+
"limit_key": "MaxItems",
1313
"result_key": "CodeSigningConfigs"
1414
},
1515
"ListEventSourceMappings": {
1616
"input_token": "Marker",
17-
"limit_key": "MaxItems",
1817
"output_token": "NextMarker",
18+
"limit_key": "MaxItems",
1919
"result_key": "EventSourceMappings"
2020
},
2121
"ListFunctionEventInvokeConfigs": {
2222
"input_token": "Marker",
23-
"limit_key": "MaxItems",
2423
"output_token": "NextMarker",
24+
"limit_key": "MaxItems",
2525
"result_key": "FunctionEventInvokeConfigs"
2626
},
2727
"ListFunctionUrlConfigs": {
2828
"input_token": "Marker",
29-
"limit_key": "MaxItems",
3029
"output_token": "NextMarker",
30+
"limit_key": "MaxItems",
3131
"result_key": "FunctionUrlConfigs"
3232
},
3333
"ListFunctions": {
3434
"input_token": "Marker",
35-
"limit_key": "MaxItems",
3635
"output_token": "NextMarker",
36+
"limit_key": "MaxItems",
3737
"result_key": "Functions"
3838
},
3939
"ListFunctionsByCodeSigningConfig": {
4040
"input_token": "Marker",
41-
"limit_key": "MaxItems",
4241
"output_token": "NextMarker",
42+
"limit_key": "MaxItems",
4343
"result_key": "FunctionArns"
4444
},
4545
"ListLayerVersions": {
4646
"input_token": "Marker",
47-
"limit_key": "MaxItems",
4847
"output_token": "NextMarker",
48+
"limit_key": "MaxItems",
4949
"result_key": "LayerVersions"
5050
},
5151
"ListLayers": {
5252
"input_token": "Marker",
53-
"limit_key": "MaxItems",
5453
"output_token": "NextMarker",
54+
"limit_key": "MaxItems",
5555
"result_key": "Layers"
5656
},
5757
"ListProvisionedConcurrencyConfigs": {
5858
"input_token": "Marker",
59-
"limit_key": "MaxItems",
6059
"output_token": "NextMarker",
60+
"limit_key": "MaxItems",
6161
"result_key": "ProvisionedConcurrencyConfigs"
6262
},
6363
"ListVersionsByFunction": {
6464
"input_token": "Marker",
65-
"limit_key": "MaxItems",
6665
"output_token": "NextMarker",
66+
"limit_key": "MaxItems",
6767
"result_key": "Versions"
6868
}
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)