Skip to content

Commit

Permalink
Release v1.44.252 (2023-04-27) (#4818)
Browse files Browse the repository at this point in the history
Release v1.44.252 (2023-04-27)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
  * This release adds support for AMD SEV-SNP on EC2 instances.
* `service/emr-containers`: Updates service API and documentation
* `service/guardduty`: Updates service API and documentation
  * Added API support to initiate on-demand malware scan on specific resources.
* `service/iotdeviceadvisor`: Updates service API and documentation
* `service/kafka`: Updates service API, documentation, and paginators
* `service/lambda`: Updates service API
  * Add Java 17 (java17) support to AWS Lambda
* `service/marketplace-catalog`: Updates service paginators
* `service/osis`: Updates service documentation
* `service/qldb`: Updates service documentation
* `service/sagemaker`: Updates service API and documentation
  * Added ml.p4d.24xlarge and ml.p4de.24xlarge as supported instances for SageMaker Studio
* `service/xray`: Adds new service
  * Updated X-Ray documentation with Resource Policy API descriptions.
  • Loading branch information
aws-sdk-go-automation committed Apr 27, 2023
1 parent 3576b9b commit b5c9332
Show file tree
Hide file tree
Showing 47 changed files with 7,893 additions and 2,931 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Release v1.44.252 (2023-04-27)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* This release adds support for AMD SEV-SNP on EC2 instances.
* `service/emr-containers`: Updates service API and documentation
* `service/guardduty`: Updates service API and documentation
* Added API support to initiate on-demand malware scan on specific resources.
* `service/iotdeviceadvisor`: Updates service API and documentation
* `service/kafka`: Updates service API, documentation, and paginators
* `service/lambda`: Updates service API
* Add Java 17 (java17) support to AWS Lambda
* `service/marketplace-catalog`: Updates service paginators
* `service/osis`: Updates service documentation
* `service/qldb`: Updates service documentation
* `service/sagemaker`: Updates service API and documentation
* Added ml.p4d.24xlarge and ml.p4de.24xlarge as supported instances for SageMaker Studio
* `service/xray`: Adds new service
* Updated X-Ray documentation with Resource Policy API descriptions.

Release v1.44.251 (2023-04-26)
===

Expand Down
14 changes: 14 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.251"
const SDKVersion = "1.44.252"
36 changes: 34 additions & 2 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6192,6 +6192,13 @@
"locationName":"item"
}
},
"AmdSevSnpSpecification":{
"type":"string",
"enum":[
"enabled",
"disabled"
]
},
"AnalysisAclRule":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -9650,14 +9657,19 @@
"ThreadsPerCore":{
"shape":"Integer",
"locationName":"threadsPerCore"
},
"AmdSevSnp":{
"shape":"AmdSevSnpSpecification",
"locationName":"amdSevSnp"
}
}
},
"CpuOptionsRequest":{
"type":"structure",
"members":{
"CoreCount":{"shape":"Integer"},
"ThreadsPerCore":{"shape":"Integer"}
"ThreadsPerCore":{"shape":"Integer"},
"AmdSevSnp":{"shape":"AmdSevSnpSpecification"}
}
},
"CreateCapacityReservationFleetRequest":{
Expand Down Expand Up @@ -28903,14 +28915,19 @@
"ThreadsPerCore":{
"shape":"Integer",
"locationName":"threadsPerCore"
},
"AmdSevSnp":{
"shape":"AmdSevSnpSpecification",
"locationName":"amdSevSnp"
}
}
},
"LaunchTemplateCpuOptionsRequest":{
"type":"structure",
"members":{
"CoreCount":{"shape":"Integer"},
"ThreadsPerCore":{"shape":"Integer"}
"ThreadsPerCore":{"shape":"Integer"},
"AmdSevSnp":{"shape":"AmdSevSnpSpecification"}
}
},
"LaunchTemplateEbsBlockDevice":{
Expand Down Expand Up @@ -34462,6 +34479,10 @@
"SustainedClockSpeedInGhz":{
"shape":"ProcessorSustainedClockSpeed",
"locationName":"sustainedClockSpeedInGhz"
},
"SupportedFeatures":{
"shape":"SupportedAdditionalProcessorFeatureList",
"locationName":"supportedFeatures"
}
}
},
Expand Down Expand Up @@ -40085,6 +40106,17 @@
"initializing"
]
},
"SupportedAdditionalProcessorFeature":{
"type":"string",
"enum":["amd-sev-snp"]
},
"SupportedAdditionalProcessorFeatureList":{
"type":"list",
"member":{
"shape":"SupportedAdditionalProcessorFeature",
"locationName":"item"
}
},
"SupportedIpAddressTypes":{
"type":"list",
"member":{
Expand Down
115 changes: 68 additions & 47 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

85 changes: 85 additions & 0 deletions models/apis/emr-containers/2020-10-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,21 @@
{"shape":"InternalServerException"}
]
},
"GetManagedEndpointSessionCredentials":{
"name":"GetManagedEndpointSessionCredentials",
"http":{
"method":"POST",
"requestUri":"/virtualclusters/{virtualClusterId}/endpoints/{endpointId}/credentials"
},
"input":{"shape":"GetManagedEndpointSessionCredentialsRequest"},
"output":{"shape":"GetManagedEndpointSessionCredentialsResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"RequestThrottledException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServerException"}
]
},
"ListJobRuns":{
"name":"ListJobRuns",
"http":{
Expand Down Expand Up @@ -474,6 +489,19 @@
"arn":{"shape":"VirtualClusterArn"}
}
},
"CredentialType":{
"type":"string",
"max":64,
"min":1,
"pattern":"^.*\\S.*$"
},
"Credentials":{
"type":"structure",
"members":{
"token":{"shape":"Token"}
},
"union":true
},
"Date":{
"type":"timestamp",
"timestampFormat":"iso8601"
Expand Down Expand Up @@ -718,6 +746,43 @@
"CLUSTER_UNAVAILABLE"
]
},
"GetManagedEndpointSessionCredentialsRequest":{
"type":"structure",
"required":[
"executionRoleArn",
"credentialType",
"endpointIdentifier",
"virtualClusterIdentifier"
],
"members":{
"endpointIdentifier":{
"shape":"String2048",
"location":"uri",
"locationName":"endpointId"
},
"virtualClusterIdentifier":{
"shape":"String2048",
"location":"uri",
"locationName":"virtualClusterId"
},
"executionRoleArn":{"shape":"IAMRoleArn"},
"credentialType":{"shape":"CredentialType"},
"durationInSeconds":{"shape":"JavaInteger"},
"logContext":{"shape":"LogContext"},
"clientToken":{
"shape":"ClientToken",
"idempotencyToken":true
}
}
},
"GetManagedEndpointSessionCredentialsResponse":{
"type":"structure",
"members":{
"id":{"shape":"ResourceIdString"},
"credentials":{"shape":"Credentials"},
"expiresAt":{"shape":"Date"}
}
},
"IAMRoleArn":{
"type":"string",
"max":2048,
Expand Down Expand Up @@ -1035,6 +1100,12 @@
"nextToken":{"shape":"NextToken"}
}
},
"LogContext":{
"type":"string",
"max":63,
"min":3,
"pattern":"^((?!.*-s3alias)(?!xn--.*)[a-z0-9][-a-z0-9.]*)?[a-z0-9]$"
},
"LogGroupName":{
"type":"string",
"max":512,
Expand Down Expand Up @@ -1114,6 +1185,14 @@
"min":20,
"pattern":"^arn:(aws[a-zA-Z0-9-]*):(iam|sts)::(\\d{12})?:[\\w/+=,.@-]+$"
},
"RequestThrottledException":{
"type":"structure",
"members":{
"message":{"shape":"String1024"}
},
"error":{"httpStatusCode":400},
"exception":true
},
"ResourceIdString":{
"type":"string",
"max":64,
Expand Down Expand Up @@ -1339,6 +1418,12 @@
"min":1,
"pattern":"[\\.\\-_\\#A-Za-z0-9]+"
},
"Token":{
"type":"string",
"min":1,
"pattern":"^.*\\S.*$",
"sensitive":true
},
"UntagResourceRequest":{
"type":"structure",
"required":[
Expand Down
Loading

0 comments on commit b5c9332

Please sign in to comment.