Skip to content

Commit 1ed19a0

Browse files
Updated API models and rebuilt service gems.
1 parent 3b09588 commit 1ed19a0

File tree

51 files changed

+3969
-204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+3969
-204
lines changed

apis/lambda/2015-03-31/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5836,7 +5836,8 @@
58365836
"nodejs22.x",
58375837
"nodejs24.x",
58385838
"python3.14",
5839-
"java25"
5839+
"java25",
5840+
"dotnet10"
58405841
]
58415842
},
58425843
"RuntimeVersionArn":{

apis/lambda/2015-03-31/smoke-2.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
{
22
"version" : 2,
33
"testCases" : [ {
4-
"id" : "ErrorInvalidFunctionName",
5-
"operationName" : "Invoke",
6-
"input" : {
7-
"FunctionName" : "bogus-function"
8-
},
4+
"id" : "ListFunctionsSuccess",
5+
"operationName" : "ListFunctions",
6+
"input" : { },
97
"expectation" : {
10-
"failure" : {
11-
"errorId" : "ResourceNotFoundException"
12-
}
8+
"success" : { }
139
},
1410
"config" : {
1511
"region" : "us-west-2",
@@ -18,11 +14,15 @@
1814
"useAccountIdRouting" : true
1915
}
2016
}, {
21-
"id" : "ListFunctionsSuccess",
22-
"operationName" : "ListFunctions",
23-
"input" : { },
17+
"id" : "ErrorInvalidFunctionName",
18+
"operationName" : "Invoke",
19+
"input" : {
20+
"FunctionName" : "bogus-function"
21+
},
2422
"expectation" : {
25-
"success" : { }
23+
"failure" : {
24+
"errorId" : "ResourceNotFoundException"
25+
}
2626
},
2727
"config" : {
2828
"region" : "us-west-2",

apis/organizations/2016-11-28/api-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,8 @@
19231923
"INSPECTOR_POLICY",
19241924
"UPGRADE_ROLLOUT_POLICY",
19251925
"BEDROCK_POLICY",
1926-
"S3_POLICY"
1926+
"S3_POLICY",
1927+
"NETWORK_SECURITY_DIRECTOR_POLICY"
19271928
]
19281929
},
19291930
"EffectivePolicyValidationError":{
@@ -2860,7 +2861,8 @@
28602861
"INSPECTOR_POLICY",
28612862
"UPGRADE_ROLLOUT_POLICY",
28622863
"BEDROCK_POLICY",
2863-
"S3_POLICY"
2864+
"S3_POLICY",
2865+
"NETWORK_SECURITY_DIRECTOR_POLICY"
28642866
]
28652867
},
28662868
"PolicyTypeAlreadyEnabledException":{

apis/organizations/2016-11-28/docs-2.json

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)