Skip to content

Commit 3f77a8a

Browse files
Update SDK models
1 parent 68dbb59 commit 3f77a8a

File tree

222 files changed

+10815
-255
lines changed

Some content is hidden

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

222 files changed

+10815
-255
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4-
"examples/lambda",
5-
"examples/test-utils",
64
"examples/webassembly",
7-
"examples/cross_service",
85
"examples/examples",
9-
"tests/webassembly",
10-
"tests/no-default-features"
6+
"examples/lambda",
7+
"examples/cross_service",
8+
"examples/test-utils",
9+
"tests/no-default-features",
10+
"tests/webassembly"
1111
]
1212
members = [
1313
"sdk/accessanalyzer",

aws-models/cloudfront.json

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

aws-models/inspector2.json

Lines changed: 71 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
},
1414
"traits": {
15-
"smithy.api#documentation": "<p>You do not have sufficient access to perform this action.</p>\n <p>\n For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.\n </p>",
15+
"smithy.api#documentation": "<p>You do not have sufficient access to perform this action.</p>",
1616
"smithy.api#error": "client",
1717
"smithy.api#httpError": 403
1818
}
@@ -3562,7 +3562,7 @@
35623562
"scanMode": {
35633563
"target": "com.amazonaws.inspector2#CoverageStringFilterList",
35643564
"traits": {
3565-
"smithy.api#documentation": "<p>The filter to search for Amazon EC2 instance coverage by scan mode. Valid values are <code>EC2_SSM_AGENT_BASED</code> and <code>EC2_HYBRID</code>.</p>"
3565+
"smithy.api#documentation": "<p>The filter to search for Amazon EC2 instance coverage by scan mode. Valid values are <code>EC2_SSM_AGENT_BASED</code> and <code>EC2_AGENTLESS</code>.</p>"
35663566
}
35673567
},
35683568
"imagePulledAt": {
@@ -4130,6 +4130,7 @@
41304130
"s3Destination": {
41314131
"target": "com.amazonaws.inspector2#Destination",
41324132
"traits": {
4133+
"smithy.api#documentation": "<p>Contains details of the Amazon S3 bucket and KMS key used to export findings.</p>",
41334134
"smithy.api#required": {}
41344135
}
41354136
}
@@ -6566,7 +6567,10 @@
65666567
}
65676568
},
65686569
"cisaData": {
6569-
"target": "com.amazonaws.inspector2#CisaData"
6570+
"target": "com.amazonaws.inspector2#CisaData",
6571+
"traits": {
6572+
"smithy.api#documentation": "<p>The Cybersecurity and Infrastructure Security Agency (CISA) details for a specific vulnerability.</p>"
6573+
}
65706574
},
65716575
"riskScore": {
65726576
"target": "com.amazonaws.inspector2#RiskScore",
@@ -6593,7 +6597,10 @@
65936597
}
65946598
},
65956599
"exploitObserved": {
6596-
"target": "com.amazonaws.inspector2#ExploitObserved"
6600+
"target": "com.amazonaws.inspector2#ExploitObserved",
6601+
"traits": {
6602+
"smithy.api#documentation": "<p>Contains information on when this exploit was observed.</p>"
6603+
}
65976604
},
65986605
"referenceUrls": {
65996606
"target": "com.amazonaws.inspector2#VulnerabilityReferenceUrls",
@@ -7731,7 +7738,10 @@
77317738
}
77327739
},
77337740
"s3Destination": {
7734-
"target": "com.amazonaws.inspector2#Destination"
7741+
"target": "com.amazonaws.inspector2#Destination",
7742+
"traits": {
7743+
"smithy.api#documentation": "<p>Contains details of the Amazon S3 bucket and KMS key used to export findings</p>"
7744+
}
77357745
},
77367746
"filterCriteria": {
77377747
"target": "com.amazonaws.inspector2#ResourceFilterCriteria",
@@ -9104,7 +9114,10 @@
91049114
}
91059115
},
91069116
"severityCounts": {
9107-
"target": "com.amazonaws.inspector2#SeverityCounts"
9117+
"target": "com.amazonaws.inspector2#SeverityCounts",
9118+
"traits": {
9119+
"smithy.api#documentation": "<p>An object that contains the counts of aggregated finding per severity.</p>"
9120+
}
91089121
},
91099122
"lastModifiedAt": {
91109123
"target": "com.amazonaws.inspector2#DateTimeTimestamp",
@@ -9238,7 +9251,10 @@
92389251
}
92399252
},
92409253
"severityCounts": {
9241-
"target": "com.amazonaws.inspector2#SeverityCounts"
9254+
"target": "com.amazonaws.inspector2#SeverityCounts",
9255+
"traits": {
9256+
"smithy.api#documentation": "<p>An object that contains the counts of aggregated finding per severity.</p>"
9257+
}
92429258
}
92439259
},
92449260
"traits": {
@@ -10116,7 +10132,7 @@
1011610132
}
1011710133
],
1011810134
"traits": {
10119-
"smithy.api#documentation": "<p>Lists coverage details for you environment.</p>",
10135+
"smithy.api#documentation": "<p>Lists coverage details for your environment.</p>",
1012010136
"smithy.api#http": {
1012110137
"code": 200,
1012210138
"method": "POST",
@@ -11359,7 +11375,16 @@
1135911375
}
1136011376
},
1136111377
"sourceLambdaLayerArn": {
11362-
"target": "com.amazonaws.inspector2#StringFilter"
11378+
"target": "com.amazonaws.inspector2#StringFilter",
11379+
"traits": {
11380+
"smithy.api#documentation": "<p>An object that describes the details of a string filter.</p>"
11381+
}
11382+
},
11383+
"filePath": {
11384+
"target": "com.amazonaws.inspector2#StringFilter",
11385+
"traits": {
11386+
"smithy.api#documentation": "<p>An object that contains details on the package file path to filter on.</p>"
11387+
}
1136311388
}
1136411389
},
1136511390
"traits": {
@@ -11449,6 +11474,10 @@
1144911474
{
1145011475
"value": "GEMSPEC",
1145111476
"name": "GEMSPEC"
11477+
},
11478+
{
11479+
"value": "DOTNET_CORE",
11480+
"name": "DOTNET_CORE"
1145211481
}
1145311482
]
1145411483
}
@@ -12380,10 +12409,16 @@
1238012409
}
1238112410
},
1238212411
"lambda": {
12383-
"target": "com.amazonaws.inspector2#State"
12412+
"target": "com.amazonaws.inspector2#State",
12413+
"traits": {
12414+
"smithy.api#documentation": "<p>An object that described the state of Amazon Inspector scans for an account.</p>"
12415+
}
1238412416
},
1238512417
"lambdaCode": {
12386-
"target": "com.amazonaws.inspector2#State"
12418+
"target": "com.amazonaws.inspector2#State",
12419+
"traits": {
12420+
"smithy.api#documentation": "<p>An object that described the state of Amazon Inspector scans for an account.</p>"
12421+
}
1238712422
}
1238812423
},
1238912424
"traits": {
@@ -12592,6 +12627,30 @@
1259212627
{
1259312628
"value": "PYTHON_3_10",
1259412629
"name": "PYTHON_3_10"
12630+
},
12631+
{
12632+
"value": "PYTHON_3_11",
12633+
"name": "PYTHON_3_11"
12634+
},
12635+
{
12636+
"value": "DOTNETCORE_3_1",
12637+
"name": "DOTNETCORE_3_1"
12638+
},
12639+
{
12640+
"value": "DOTNET_6",
12641+
"name": "DOTNET_6"
12642+
},
12643+
{
12644+
"value": "DOTNET_7",
12645+
"name": "DOTNET_7"
12646+
},
12647+
{
12648+
"value": "RUBY_2_7",
12649+
"name": "RUBY_2_7"
12650+
},
12651+
{
12652+
"value": "RUBY_3_2",
12653+
"name": "RUBY_3_2"
1259512654
}
1259612655
]
1259712656
}
@@ -13630,7 +13689,7 @@
1363013689
}
1363113690
],
1363213691
"traits": {
13633-
"smithy.api#documentation": "<p>\n Stops a CIS session. \n This API is used by the Amazon Inspector SSM plugin to communicate with the Amazon Inspector service. \n The Amazon Inspector SSM plugin calls this API to start a CIS scan session for the scan ID supplied by the service.\n </p>",
13692+
"smithy.api#documentation": "<p>\n Stops a CIS session. \n This API is used by the Amazon Inspector SSM plugin to communicate with the Amazon Inspector service. \n The Amazon Inspector SSM plugin calls this API to stop a CIS scan session for the scan ID supplied by the service.\n </p>",
1363413693
"smithy.api#examples": [
1363513694
{
1363613695
"title": "Sample StopCisSession Call",

aws-models/lambda.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11256,6 +11256,12 @@
1125611256
"traits": {
1125711257
"smithy.api#enumValue": "java21"
1125811258
}
11259+
},
11260+
"python313": {
11261+
"target": "smithy.api#Unit",
11262+
"traits": {
11263+
"smithy.api#enumValue": "python3.13"
11264+
}
1125911265
}
1126011266
}
1126111267
},

0 commit comments

Comments
 (0)