Skip to content

Commit 8cf69db

Browse files
Update to latest models
1 parent 8d08152 commit 8cf69db

File tree

13 files changed

+2088
-828
lines changed

13 files changed

+2088
-828
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``cloudfront``",
4+
"description": "No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``inspector2``",
4+
"description": "Adds support for filePath filter."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``lambda``",
4+
"description": "Add Python 3.13 (python3.13) support to AWS Lambda"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``opensearch``",
4+
"description": "Adds Support for new AssociatePackages and DissociatePackages API in Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``outposts``",
4+
"description": "This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost."
5+
}

awscli/botocore/data/cloudfront/2020-05-31/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
"limit_key": "MaxItems",
3434
"output_token": "KeyValueStoreList.NextMarker",
3535
"result_key": "KeyValueStoreList.Items"
36+
},
37+
"ListPublicKeys": {
38+
"input_token": "Marker",
39+
"output_token": "PublicKeyList.NextMarker",
40+
"limit_key": "MaxItems",
41+
"result_key": "PublicKeyList.Items"
3642
}
3743
}
3844
}

awscli/botocore/data/cloudfront/2020-05-31/service-2.json

Lines changed: 1299 additions & 760 deletions
Large diffs are not rendered by default.
Lines changed: 36 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,41 @@
11
{
2-
"version": 2,
3-
"waiters": {
4-
"DistributionDeployed": {
5-
"delay": 60,
6-
"operation": "GetDistribution",
7-
"maxAttempts": 35,
8-
"description": "Wait until a distribution is deployed.",
9-
"acceptors": [
10-
{
11-
"expected": "Deployed",
12-
"matcher": "path",
13-
"state": "success",
14-
"argument": "Distribution.Status"
15-
}
16-
]
2+
"version" : 2,
3+
"waiters" : {
4+
"DistributionDeployed" : {
5+
"description" : "Wait until a distribution is deployed.",
6+
"delay" : 60,
7+
"maxAttempts" : 35,
8+
"operation" : "GetDistribution",
9+
"acceptors" : [ {
10+
"matcher" : "path",
11+
"argument" : "Distribution.Status",
12+
"state" : "success",
13+
"expected" : "Deployed"
14+
} ]
1715
},
18-
"InvalidationCompleted": {
19-
"delay": 20,
20-
"operation": "GetInvalidation",
21-
"maxAttempts": 30,
22-
"description": "Wait until an invalidation has completed.",
23-
"acceptors": [
24-
{
25-
"expected": "Completed",
26-
"matcher": "path",
27-
"state": "success",
28-
"argument": "Invalidation.Status"
29-
}
30-
]
16+
"InvalidationCompleted" : {
17+
"description" : "Wait until an invalidation has completed.",
18+
"delay" : 20,
19+
"maxAttempts" : 30,
20+
"operation" : "GetInvalidation",
21+
"acceptors" : [ {
22+
"matcher" : "path",
23+
"argument" : "Invalidation.Status",
24+
"state" : "success",
25+
"expected" : "Completed"
26+
} ]
3127
},
32-
"StreamingDistributionDeployed": {
33-
"delay": 60,
34-
"operation": "GetStreamingDistribution",
35-
"maxAttempts": 25,
36-
"description": "Wait until a streaming distribution is deployed.",
37-
"acceptors": [
38-
{
39-
"expected": "Deployed",
40-
"matcher": "path",
41-
"state": "success",
42-
"argument": "StreamingDistribution.Status"
43-
}
44-
]
28+
"StreamingDistributionDeployed" : {
29+
"description" : "Wait until a streaming distribution is deployed.",
30+
"delay" : 60,
31+
"maxAttempts" : 25,
32+
"operation" : "GetStreamingDistribution",
33+
"acceptors" : [ {
34+
"matcher" : "path",
35+
"argument" : "StreamingDistribution.Status",
36+
"state" : "success",
37+
"expected" : "Deployed"
38+
} ]
4539
}
4640
}
47-
}
41+
}

awscli/botocore/data/inspector2/2020-06-08/service-2.json

Lines changed: 53 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@
647647
{"shape":"ThrottlingException"},
648648
{"shape":"InternalServerException"}
649649
],
650-
"documentation":"<p>Lists coverage details for you environment.</p>"
650+
"documentation":"<p>Lists coverage details for your environment.</p>"
651651
},
652652
"ListCoverageStatistics":{
653653
"name":"ListCoverageStatistics",
@@ -891,7 +891,7 @@
891891
{"shape":"ThrottlingException"},
892892
{"shape":"InternalServerException"}
893893
],
894-
"documentation":"<p> Stops a CIS session. This API is used by the Amazon Inspector SSM plugin to communicate with the Amazon Inspector service. The Amazon Inspector SSM plugin calls this API to start a CIS scan session for the scan ID supplied by the service. </p>",
894+
"documentation":"<p> Stops a CIS session. This API is used by the Amazon Inspector SSM plugin to communicate with the Amazon Inspector service. The Amazon Inspector SSM plugin calls this API to stop a CIS scan session for the scan ID supplied by the service. </p>",
895895
"idempotent":true
896896
},
897897
"TagResource":{
@@ -1061,7 +1061,7 @@
10611061
"members":{
10621062
"message":{"shape":"String"}
10631063
},
1064-
"documentation":"<p>You do not have sufficient access to perform this action.</p> <p> For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. </p>",
1064+
"documentation":"<p>You do not have sufficient access to perform this action.</p>",
10651065
"error":{
10661066
"httpStatusCode":403,
10671067
"senderFault":true
@@ -3049,7 +3049,7 @@
30493049
},
30503050
"scanMode":{
30513051
"shape":"CoverageStringFilterList",
3052-
"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>"
3052+
"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>"
30533053
},
30543054
"scanStatusCode":{
30553055
"shape":"CoverageStringFilterList",
@@ -3338,7 +3338,10 @@
33383338
"shape":"ResourceFilterCriteria",
33393339
"documentation":"<p>The resource filter criteria for the software bill of materials (SBOM) report.</p>"
33403340
},
3341-
"s3Destination":{"shape":"Destination"}
3341+
"s3Destination":{
3342+
"shape":"Destination",
3343+
"documentation":"<p>Contains details of the Amazon S3 bucket and KMS key used to export findings.</p>"
3344+
}
33423345
}
33433346
},
33443347
"CreateSbomExportResponse":{
@@ -4671,7 +4674,10 @@
46714674
"FindingDetail":{
46724675
"type":"structure",
46734676
"members":{
4674-
"cisaData":{"shape":"CisaData"},
4677+
"cisaData":{
4678+
"shape":"CisaData",
4679+
"documentation":"<p>The Cybersecurity and Infrastructure Security Agency (CISA) details for a specific vulnerability.</p>"
4680+
},
46754681
"cwes":{
46764682
"shape":"Cwes",
46774683
"documentation":"<p>The Common Weakness Enumerations (CWEs) associated with the vulnerability.</p>"
@@ -4684,7 +4690,10 @@
46844690
"shape":"EvidenceList",
46854691
"documentation":"<p>Information on the evidence of the vulnerability.</p>"
46864692
},
4687-
"exploitObserved":{"shape":"ExploitObserved"},
4693+
"exploitObserved":{
4694+
"shape":"ExploitObserved",
4695+
"documentation":"<p>Contains information on when this exploit was observed.</p>"
4696+
},
46884697
"findingArn":{
46894698
"shape":"FindingArn",
46904699
"documentation":"<p>The finding ARN that the vulnerability details are associated with.</p>"
@@ -5216,7 +5225,10 @@
52165225
"shape":"ReportId",
52175226
"documentation":"<p>The report ID of the software bill of materials (SBOM) report.</p>"
52185227
},
5219-
"s3Destination":{"shape":"Destination"},
5228+
"s3Destination":{
5229+
"shape":"Destination",
5230+
"documentation":"<p>Contains details of the Amazon S3 bucket and KMS key used to export findings</p>"
5231+
},
52205232
"status":{
52215233
"shape":"ExternalReportStatus",
52225234
"documentation":"<p>The status of the software bill of materials (SBOM) report.</p>"
@@ -5422,7 +5434,10 @@
54225434
"shape":"String",
54235435
"documentation":"<p>The runtimes included in the aggregation results.</p>"
54245436
},
5425-
"severityCounts":{"shape":"SeverityCounts"}
5437+
"severityCounts":{
5438+
"shape":"SeverityCounts",
5439+
"documentation":"<p>An object that contains the counts of aggregated finding per severity.</p>"
5440+
}
54265441
},
54275442
"documentation":"<p>A response that contains the results of an Amazon Web Services Lambda function finding aggregation.</p>"
54285443
},
@@ -5507,7 +5522,10 @@
55075522
"shape":"NonEmptyString",
55085523
"documentation":"<p>The Resource ID of the Amazon Web Services Lambda function layer.</p>"
55095524
},
5510-
"severityCounts":{"shape":"SeverityCounts"}
5525+
"severityCounts":{
5526+
"shape":"SeverityCounts",
5527+
"documentation":"<p>An object that contains the counts of aggregated finding per severity.</p>"
5528+
}
55115529
},
55125530
"documentation":"<p>A response that contains the results of an Amazon Web Services Lambda function layer finding aggregation.</p>"
55135531
},
@@ -6483,6 +6501,10 @@
64836501
"shape":"NumberFilter",
64846502
"documentation":"<p>An object that contains details on the package epoch to filter on.</p>"
64856503
},
6504+
"filePath":{
6505+
"shape":"StringFilter",
6506+
"documentation":"<p>An object that contains details on the package file path to filter on.</p>"
6507+
},
64866508
"name":{
64876509
"shape":"StringFilter",
64886510
"documentation":"<p>An object that contains details on the name of the package to filter on.</p>"
@@ -6491,7 +6513,10 @@
64916513
"shape":"StringFilter",
64926514
"documentation":"<p>An object that contains details on the package release to filter on.</p>"
64936515
},
6494-
"sourceLambdaLayerArn":{"shape":"StringFilter"},
6516+
"sourceLambdaLayerArn":{
6517+
"shape":"StringFilter",
6518+
"documentation":"<p>An object that describes the details of a string filter.</p>"
6519+
},
64956520
"sourceLayerHash":{
64966521
"shape":"StringFilter",
64976522
"documentation":"<p>An object that contains details on the source layer hash to filter on.</p>"
@@ -6528,7 +6553,8 @@
65286553
"PYTHONPKG",
65296554
"NODEPKG",
65306555
"POM",
6531-
"GEMSPEC"
6556+
"GEMSPEC",
6557+
"DOTNET_CORE"
65326558
]
65336559
},
65346560
"PackageName":{
@@ -7073,8 +7099,14 @@
70737099
"shape":"State",
70747100
"documentation":"<p>An object detailing the state of Amazon Inspector scanning for Amazon ECR resources.</p>"
70757101
},
7076-
"lambda":{"shape":"State"},
7077-
"lambdaCode":{"shape":"State"}
7102+
"lambda":{
7103+
"shape":"State",
7104+
"documentation":"<p>An object that described the state of Amazon Inspector scans for an account.</p>"
7105+
},
7106+
"lambdaCode":{
7107+
"shape":"State",
7108+
"documentation":"<p>An object that described the state of Amazon Inspector scans for an account.</p>"
7109+
}
70787110
},
70797111
"documentation":"<p>Details the state of Amazon Inspector for each resource type Amazon Inspector scans.</p>"
70807112
},
@@ -7181,7 +7213,13 @@
71817213
"NODEJS_18_X",
71827214
"GO_1_X",
71837215
"JAVA_17",
7184-
"PYTHON_3_10"
7216+
"PYTHON_3_10",
7217+
"PYTHON_3_11",
7218+
"DOTNETCORE_3_1",
7219+
"DOTNET_6",
7220+
"DOTNET_7",
7221+
"RUBY_2_7",
7222+
"RUBY_3_2"
71857223
]
71867224
},
71877225
"SbomReportFormat":{

awscli/botocore/data/lambda/2015-03-31/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5452,7 +5452,8 @@
54525452
"nodejs20.x",
54535453
"provided.al2023",
54545454
"python3.12",
5455-
"java21"
5455+
"java21",
5456+
"python3.13"
54565457
]
54575458
},
54585459
"RuntimeVersionArn":{

0 commit comments

Comments
 (0)