Skip to content

Commit

Permalink
Release v1.44.258 (2023-05-05) (#4826)
Browse files Browse the repository at this point in the history
Release v1.44.258 (2023-05-05)
===

### Service Client Updates
* `service/ec2`: Updates service API
  * This release adds support the inf2 and trn1n instances. inf2 instances are purpose built for deep learning inference while trn1n instances are powered by AWS Trainium accelerators and they build on the capabilities of Trainium-powered trn1 instances.
* `service/inspector2`: Updates service API, documentation, and paginators
* `service/mediatailor`: Updates service API and documentation
* `service/sqs`: Updates service API, documentation, and paginators
  * Revert previous SQS protocol change.
  • Loading branch information
aws-sdk-go-automation committed May 5, 2023
1 parent 6a59209 commit 6eef808
Show file tree
Hide file tree
Showing 20 changed files with 2,564 additions and 4,074 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.44.258 (2023-05-05)
===

### Service Client Updates
* `service/ec2`: Updates service API
* This release adds support the inf2 and trn1n instances. inf2 instances are purpose built for deep learning inference while trn1n instances are powered by AWS Trainium accelerators and they build on the capabilities of Trainium-powered trn1 instances.
* `service/inspector2`: Updates service API, documentation, and paginators
* `service/mediatailor`: Updates service API and documentation
* `service/sqs`: Updates service API, documentation, and paginators
* Revert previous SQS protocol change.

Release v1.44.257 (2023-05-04)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.257"
const SDKVersion = "1.44.258"
9 changes: 7 additions & 2 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -27062,7 +27062,12 @@
"m6in.metal",
"m6idn.metal",
"r6in.metal",
"r6idn.metal"
"r6idn.metal",
"inf2.xlarge",
"inf2.8xlarge",
"inf2.24xlarge",
"inf2.48xlarge",
"trn1n.32xlarge"
]
},
"InstanceTypeHypervisor":{
Expand Down Expand Up @@ -34439,7 +34444,7 @@
},
"PrivateIpAddressCount":{
"type":"integer",
"max":7,
"max":31,
"min":1
},
"PrivateIpAddressSpecification":{
Expand Down
212 changes: 212 additions & 0 deletions models/apis/inspector2/2020-06-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,22 @@
{"shape":"InternalServerException"}
]
},
"SearchVulnerabilities":{
"name":"SearchVulnerabilities",
"http":{
"method":"POST",
"requestUri":"/vulnerabilities/search",
"responseCode":200
},
"input":{"shape":"SearchVulnerabilitiesRequest"},
"output":{"shape":"SearchVulnerabilitiesResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
]
},
"TagResource":{
"name":"TagResource",
"http":{
Expand Down Expand Up @@ -837,6 +853,15 @@
"accountId":{"shape":"AccountId"}
}
},
"AtigData":{
"type":"structure",
"members":{
"firstSeen":{"shape":"FirstSeen"},
"lastSeen":{"shape":"LastSeen"},
"targets":{"shape":"Targets"},
"ttps":{"shape":"Ttps"}
}
},
"AutoEnable":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1032,6 +1057,20 @@
"reportId":{"shape":"ReportId"}
}
},
"CisaAction":{
"type":"string",
"min":0
},
"CisaData":{
"type":"structure",
"members":{
"action":{"shape":"CisaAction"},
"dateAdded":{"shape":"CisaDateAdded"},
"dateDue":{"shape":"CisaDateDue"}
}
},
"CisaDateAdded":{"type":"timestamp"},
"CisaDateDue":{"type":"timestamp"},
"ClientToken":{
"type":"string",
"max":64,
Expand Down Expand Up @@ -1213,6 +1252,30 @@
"type":"string",
"enum":["USD"]
},
"Cvss2":{
"type":"structure",
"members":{
"baseScore":{"shape":"Cvss2BaseScore"},
"scoringVector":{"shape":"Cvss2ScoringVector"}
}
},
"Cvss2BaseScore":{"type":"double"},
"Cvss2ScoringVector":{
"type":"string",
"min":0
},
"Cvss3":{
"type":"structure",
"members":{
"baseScore":{"shape":"Cvss3BaseScore"},
"scoringVector":{"shape":"Cvss3ScoringVector"}
}
},
"Cvss3BaseScore":{"type":"double"},
"Cvss3ScoringVector":{
"type":"string",
"min":0
},
"CvssScore":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1264,6 +1327,15 @@
"type":"list",
"member":{"shape":"CvssScore"}
},
"Cwe":{
"type":"string",
"min":0
},
"Cwes":{
"type":"list",
"member":{"shape":"Cwe"},
"min":0
},
"DateFilter":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1343,6 +1415,12 @@
"kmsKeyArn":{"shape":"String"}
}
},
"DetectionPlatforms":{
"type":"list",
"member":{"shape":"NonEmptyString"},
"max":100,
"min":0
},
"DisableDelegatedAdminAccountRequest":{
"type":"structure",
"required":["delegatedAdminAccountId"],
Expand Down Expand Up @@ -1556,6 +1634,13 @@
"failedAccounts":{"shape":"FailedAccountList"}
}
},
"Epss":{
"type":"structure",
"members":{
"score":{"shape":"EpssScore"}
}
},
"EpssScore":{"type":"double"},
"ErrorCode":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -1587,6 +1672,13 @@
"NO"
]
},
"ExploitObserved":{
"type":"structure",
"members":{
"firstSeen":{"shape":"FirstSeen"},
"lastSeen":{"shape":"LastSeen"}
}
},
"ExploitabilityDetails":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1842,6 +1934,7 @@
"ALL"
]
},
"FirstSeen":{"type":"timestamp"},
"FixAvailable":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2185,6 +2278,7 @@
"vpcId":{"shape":"VpcId"}
}
},
"LastSeen":{"type":"timestamp"},
"LayerList":{
"type":"list",
"member":{"shape":"LambdaLayerArn"},
Expand Down Expand Up @@ -2746,6 +2840,16 @@
"text":{"shape":"NonEmptyString"}
}
},
"RelatedVulnerabilities":{
"type":"list",
"member":{"shape":"RelatedVulnerability"},
"max":100,
"min":0
},
"RelatedVulnerability":{
"type":"string",
"min":0
},
"RelationshipStatus":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2987,6 +3091,29 @@
"PACKAGE"
]
},
"SearchVulnerabilitiesFilterCriteria":{
"type":"structure",
"required":["vulnerabilityIds"],
"members":{
"vulnerabilityIds":{"shape":"VulnIdList"}
}
},
"SearchVulnerabilitiesRequest":{
"type":"structure",
"required":["filterCriteria"],
"members":{
"filterCriteria":{"shape":"SearchVulnerabilitiesFilterCriteria"},
"nextToken":{"shape":"NextToken"}
}
},
"SearchVulnerabilitiesResponse":{
"type":"structure",
"required":["vulnerabilities"],
"members":{
"nextToken":{"shape":"NextToken"},
"vulnerabilities":{"shape":"Vulnerabilities"}
}
},
"SecurityGroupId":{
"type":"string",
"pattern":"^sg-([a-z0-9]{8}|[a-z0-9]{17}|\\*)$"
Expand Down Expand Up @@ -3213,6 +3340,16 @@
"members":{
}
},
"Target":{
"type":"string",
"max":50,
"min":0
},
"Targets":{
"type":"list",
"member":{"shape":"Target"},
"min":0
},
"ThrottlingException":{
"type":"structure",
"required":["message"],
Expand Down Expand Up @@ -3260,6 +3397,16 @@
"ALL"
]
},
"Ttp":{
"type":"string",
"max":30,
"min":0
},
"Ttps":{
"type":"list",
"member":{"shape":"Ttp"},
"min":0
},
"UntagResourceRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -3444,6 +3591,13 @@
"OTHER"
]
},
"VendorCreatedAt":{"type":"timestamp"},
"VendorSeverity":{
"type":"string",
"max":64,
"min":1
},
"VendorUpdatedAt":{"type":"timestamp"},
"Version":{
"type":"string",
"pattern":"^\\$LATEST|[0-9]+$"
Expand All @@ -3452,6 +3606,46 @@
"type":"string",
"pattern":"^vpc-([a-z0-9]{8}|[a-z0-9]{17}|\\*)$"
},
"VulnId":{
"type":"string",
"pattern":"^CVE-[12][0-9]{3}-[0-9]{1,10}$"
},
"VulnIdList":{
"type":"list",
"member":{"shape":"VulnId"},
"max":1,
"min":1
},
"Vulnerabilities":{
"type":"list",
"member":{"shape":"Vulnerability"},
"max":1,
"min":0
},
"Vulnerability":{
"type":"structure",
"required":["id"],
"members":{
"atigData":{"shape":"AtigData"},
"cisaData":{"shape":"CisaData"},
"cvss2":{"shape":"Cvss2"},
"cvss3":{"shape":"Cvss3"},
"cwes":{"shape":"Cwes"},
"description":{"shape":"VulnerabilityDescription"},
"detectionPlatforms":{"shape":"DetectionPlatforms"},
"epss":{"shape":"Epss"},
"exploitObserved":{"shape":"ExploitObserved"},
"id":{"shape":"NonEmptyString"},
"referenceUrls":{"shape":"VulnerabilityReferenceUrls"},
"relatedVulnerabilities":{"shape":"RelatedVulnerabilities"},
"source":{"shape":"VulnerabilitySource"},
"sourceUrl":{"shape":"VulnerabilitySourceUrl"},
"vendorCreatedAt":{"shape":"VendorCreatedAt"},
"vendorSeverity":{"shape":"VendorSeverity"},
"vendorUpdatedAt":{"shape":"VendorUpdatedAt"}
}
},
"VulnerabilityDescription":{"type":"string"},
"VulnerabilityId":{
"type":"string",
"max":128,
Expand All @@ -3461,6 +3655,24 @@
"type":"list",
"member":{"shape":"VulnerabilityId"}
},
"VulnerabilityReferenceUrl":{
"type":"string",
"min":0
},
"VulnerabilityReferenceUrls":{
"type":"list",
"member":{"shape":"VulnerabilityReferenceUrl"},
"max":100,
"min":0
},
"VulnerabilitySource":{
"type":"string",
"enum":["NVD"]
},
"VulnerabilitySourceUrl":{
"type":"string",
"min":0
},
"VulnerablePackage":{
"type":"structure",
"required":[
Expand Down
Loading

0 comments on commit 6eef808

Please sign in to comment.