Skip to content

Commit

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

### Service Client Updates
* `service/athena`: Updates service API and documentation
  * You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
* `service/kafka`: Updates service API
* `service/rekognition`: Updates service API and documentation
  * This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image.
* `service/rolesanywhere`: Updates service API and documentation
* `service/transfer`: Updates service API and documentation
  * This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol.
  • Loading branch information
aws-sdk-go-automation authored May 15, 2023
1 parent 88d6da1 commit d47c75a
Show file tree
Hide file tree
Showing 23 changed files with 2,757 additions and 534 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.44.263 (2023-05-15)
===

### Service Client Updates
* `service/athena`: Updates service API and documentation
* You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
* `service/kafka`: Updates service API
* `service/rekognition`: Updates service API and documentation
* This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image.
* `service/rolesanywhere`: Updates service API and documentation
* `service/transfer`: Updates service API and documentation
* This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol.

Release v1.44.262 (2023-05-11)
===

Expand Down
26 changes: 26 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.262"
const SDKVersion = "1.44.263"
3 changes: 2 additions & 1 deletion models/apis/athena/2017-05-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,8 @@
"CoordinatorDpuSize":{"shape":"CoordinatorDpuSize"},
"MaxConcurrentDpus":{"shape":"MaxConcurrentDpus"},
"DefaultExecutorDpuSize":{"shape":"DefaultExecutorDpuSize"},
"AdditionalConfigs":{"shape":"ParametersMap"}
"AdditionalConfigs":{"shape":"ParametersMap"},
"SparkProperties":{"shape":"ParametersMap"}
}
},
"EngineVersion":{
Expand Down
1 change: 1 addition & 0 deletions models/apis/athena/2017-05-18/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1428,6 +1428,7 @@
"DataCatalog$Parameters": "<p>Specifies the Lambda function or functions to use for the data catalog. This is a mapping whose values depend on the catalog type. </p> <ul> <li> <p>For the <code>HIVE</code> data catalog type, use the following syntax. The <code>metadata-function</code> parameter is required. <code>The sdk-version</code> parameter is optional and defaults to the currently supported version.</p> <p> <code>metadata-function=<i>lambda_arn</i>, sdk-version=<i>version_number</i> </code> </p> </li> <li> <p>For the <code>LAMBDA</code> data catalog type, use one of the following sets of required parameters, but not both.</p> <ul> <li> <p>If you have one Lambda function that processes metadata and another for reading the actual data, use the following syntax. Both parameters are required.</p> <p> <code>metadata-function=<i>lambda_arn</i>, record-function=<i>lambda_arn</i> </code> </p> </li> <li> <p> If you have a composite Lambda function that processes both metadata and data, use the following syntax to specify your Lambda function.</p> <p> <code>function=<i>lambda_arn</i> </code> </p> </li> </ul> </li> <li> <p>The <code>GLUE</code> type takes a catalog ID parameter and is required. The <code> <i>catalog_id</i> </code> is the account ID of the Amazon Web Services account to which the Glue catalog belongs.</p> <p> <code>catalog-id=<i>catalog_id</i> </code> </p> <ul> <li> <p>The <code>GLUE</code> data catalog type also applies to the default <code>AwsDataCatalog</code> that already exists in your account, of which you can have only one and cannot modify.</p> </li> <li> <p>Queries that specify a Glue Data Catalog other than the default <code>AwsDataCatalog</code> must be run on Athena engine version 2.</p> </li> </ul> </li> </ul>",
"Database$Parameters": "<p>A set of custom key/value pairs.</p>",
"EngineConfiguration$AdditionalConfigs": "<p>Contains additional notebook engine <code>MAP&lt;string, string&gt;</code> parameter mappings in the form of key-value pairs. To specify an Athena notebook that the Jupyter server will download and serve, specify a value for the <a>StartSessionRequest$NotebookVersion</a> field, and then add a key named <code>NotebookId</code> to <code>AdditionalConfigs</code> that has the value of the Athena notebook ID.</p>",
"EngineConfiguration$SparkProperties": "<p>Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.</p>",
"TableMetadata$Parameters": "<p>A set of custom key/value pairs for table properties.</p>",
"UpdateDataCatalogInput$Parameters": "<p>Specifies the Lambda function or functions to use for updating the data catalog. This is a mapping whose values depend on the catalog type. </p> <ul> <li> <p>For the <code>HIVE</code> data catalog type, use the following syntax. The <code>metadata-function</code> parameter is required. <code>The sdk-version</code> parameter is optional and defaults to the currently supported version.</p> <p> <code>metadata-function=<i>lambda_arn</i>, sdk-version=<i>version_number</i> </code> </p> </li> <li> <p>For the <code>LAMBDA</code> data catalog type, use one of the following sets of required parameters, but not both.</p> <ul> <li> <p>If you have one Lambda function that processes metadata and another for reading the actual data, use the following syntax. Both parameters are required.</p> <p> <code>metadata-function=<i>lambda_arn</i>, record-function=<i>lambda_arn</i> </code> </p> </li> <li> <p> If you have a composite Lambda function that processes both metadata and data, use the following syntax to specify your Lambda function.</p> <p> <code>function=<i>lambda_arn</i> </code> </p> </li> </ul> </li> </ul>"
}
Expand Down
2 changes: 1 addition & 1 deletion models/apis/kafka/2018-11-14/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3543,7 +3543,7 @@
"locationName": "vpcConnectionArn"
}
},
"required" : [ "VpcConnectionArn" ]
"required" : [ "VpcConnectionArn", "ClusterArn" ]
},
"RejectClientVpcConnectionResponse" : {
"type": "structure",
Expand Down
12 changes: 11 additions & 1 deletion models/apis/rekognition/2016-06-27/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1263,6 +1263,7 @@
"AGE_RANGE",
"BEARD",
"EMOTIONS",
"EYE_DIRECTION",
"EYEGLASSES",
"EYES_OPEN",
"GENDER",
Expand Down Expand Up @@ -2289,6 +2290,14 @@
"min":1,
"pattern":"[a-zA-Z0-9_.\\-:]+"
},
"EyeDirection":{
"type":"structure",
"members":{
"Yaw":{"shape":"Degree"},
"Pitch":{"shape":"Degree"},
"Confidence":{"shape":"Percent"}
}
},
"EyeOpen":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2339,7 +2348,8 @@
"Pose":{"shape":"Pose"},
"Quality":{"shape":"ImageQuality"},
"Confidence":{"shape":"Percent"},
"FaceOccluded":{"shape":"FaceOccluded"}
"FaceOccluded":{"shape":"FaceOccluded"},
"EyeDirection":{"shape":"EyeDirection"}
}
},
"FaceDetailList":{
Expand Down
9 changes: 9 additions & 0 deletions models/apis/rekognition/2016-06-27/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,8 @@
"Degree": {
"base": null,
"refs": {
"EyeDirection$Yaw": "<p>Value representing eye direction on the yaw axis.</p>",
"EyeDirection$Pitch": "<p>Value representing eye direction on the pitch axis.</p>",
"Pose$Roll": "<p>Value representing the face rotation on the roll axis.</p>",
"Pose$Yaw": "<p>Value representing the face rotation on the yaw axis.</p>",
"Pose$Pitch": "<p>Value representing the face rotation on the pitch axis.</p>"
Expand Down Expand Up @@ -969,6 +971,12 @@
"IndexFacesRequest$ExternalImageId": "<p>The ID you want to assign to all the faces detected in the image.</p>"
}
},
"EyeDirection": {
"base": "<p>Indicates the direction the eyes are gazing in (independent of the head pose) as determined by its pitch and yaw. </p>",
"refs": {
"FaceDetail$EyeDirection": "<p>Indicates the direction the eyes are gazing in, as defined by pitch and yaw.</p>"
}
},
"EyeOpen": {
"base": "<p>Indicates whether or not the eyes on the face are open, and the confidence level in the determination.</p>",
"refs": {
Expand Down Expand Up @@ -1975,6 +1983,7 @@
"DominantColor$PixelPercent": "<p>The percentage of image pixels that have a given dominant color.</p>",
"Emotion$Confidence": "<p>Level of confidence in the determination.</p>",
"EquipmentDetection$Confidence": "<p>The confidence that Amazon Rekognition has that the bounding box (<code>BoundingBox</code>) contains an item of PPE.</p>",
"EyeDirection$Confidence": "<p>The confidence that the service has in its predicted eye direction.</p>",
"EyeOpen$Confidence": "<p>Level of confidence in the determination.</p>",
"Eyeglasses$Confidence": "<p>Level of confidence in the determination.</p>",
"Face$Confidence": "<p>Confidence level that the bounding box contains a face (and not a different object such as a tree).</p>",
Expand Down
164 changes: 159 additions & 5 deletions models/apis/rolesanywhere/2018-05-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,36 @@
{"shape":"AccessDeniedException"}
]
},
"PutNotificationSettings":{
"name":"PutNotificationSettings",
"http":{
"method":"PATCH",
"requestUri":"/put-notifications-settings",
"responseCode":200
},
"input":{"shape":"PutNotificationSettingsRequest"},
"output":{"shape":"PutNotificationSettingsResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"}
]
},
"ResetNotificationSettings":{
"name":"ResetNotificationSettings",
"http":{
"method":"PATCH",
"requestUri":"/reset-notifications-settings",
"responseCode":200
},
"input":{"shape":"ResetNotificationSettingsRequest"},
"output":{"shape":"ResetNotificationSettingsResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"}
]
},
"TagResource":{
"name":"TagResource",
"http":{
Expand Down Expand Up @@ -431,7 +461,7 @@
"CreateProfileRequestDurationSecondsInteger":{
"type":"integer",
"box":true,
"max":43200,
"max":3600,
"min":900
},
"CreateTrustAnchorRequest":{
Expand All @@ -443,6 +473,7 @@
"members":{
"enabled":{"shape":"Boolean"},
"name":{"shape":"ResourceName"},
"notificationSettings":{"shape":"NotificationSettings"},
"source":{"shape":"Source"},
"tags":{"shape":"TagList"}
}
Expand Down Expand Up @@ -615,6 +646,87 @@
"max":200,
"min":1
},
"NotificationChannel":{
"type":"string",
"enum":["ALL"]
},
"NotificationEvent":{
"type":"string",
"enum":[
"CA_CERTIFICATE_EXPIRY",
"END_ENTITY_CERTIFICATE_EXPIRY"
]
},
"NotificationSetting":{
"type":"structure",
"required":[
"enabled",
"event"
],
"members":{
"channel":{"shape":"NotificationChannel"},
"enabled":{"shape":"Boolean"},
"event":{"shape":"NotificationEvent"},
"threshold":{"shape":"NotificationSettingThresholdInteger"}
}
},
"NotificationSettingDetail":{
"type":"structure",
"required":[
"enabled",
"event"
],
"members":{
"channel":{"shape":"NotificationChannel"},
"configuredBy":{"shape":"NotificationSettingDetailConfiguredByString"},
"enabled":{"shape":"Boolean"},
"event":{"shape":"NotificationEvent"},
"threshold":{"shape":"NotificationSettingDetailThresholdInteger"}
}
},
"NotificationSettingDetailConfiguredByString":{
"type":"string",
"max":200,
"min":1
},
"NotificationSettingDetailThresholdInteger":{
"type":"integer",
"box":true,
"max":360,
"min":1
},
"NotificationSettingDetails":{
"type":"list",
"member":{"shape":"NotificationSettingDetail"},
"max":50,
"min":0
},
"NotificationSettingKey":{
"type":"structure",
"required":["event"],
"members":{
"channel":{"shape":"NotificationChannel"},
"event":{"shape":"NotificationEvent"}
}
},
"NotificationSettingKeys":{
"type":"list",
"member":{"shape":"NotificationSettingKey"},
"max":50,
"min":0
},
"NotificationSettingThresholdInteger":{
"type":"integer",
"box":true,
"max":360,
"min":1
},
"NotificationSettings":{
"type":"list",
"member":{"shape":"NotificationSetting"},
"max":50,
"min":0
},
"ProfileArn":{
"type":"string",
"max":1011,
Expand Down Expand Up @@ -648,6 +760,42 @@
"type":"list",
"member":{"shape":"ProfileDetail"}
},
"PutNotificationSettingsRequest":{
"type":"structure",
"required":[
"notificationSettings",
"trustAnchorId"
],
"members":{
"notificationSettings":{"shape":"NotificationSettings"},
"trustAnchorId":{"shape":"Uuid"}
}
},
"PutNotificationSettingsResponse":{
"type":"structure",
"required":["trustAnchor"],
"members":{
"trustAnchor":{"shape":"TrustAnchorDetail"}
}
},
"ResetNotificationSettingsRequest":{
"type":"structure",
"required":[
"notificationSettingKeys",
"trustAnchorId"
],
"members":{
"notificationSettingKeys":{"shape":"NotificationSettingKeys"},
"trustAnchorId":{"shape":"Uuid"}
}
},
"ResetNotificationSettingsResponse":{
"type":"structure",
"required":["trustAnchor"],
"members":{
"trustAnchor":{"shape":"TrustAnchorDetail"}
}
},
"ResourceName":{
"type":"string",
"max":255,
Expand Down Expand Up @@ -732,10 +880,15 @@
"type":"structure",
"members":{
"acmPcaArn":{"shape":"String"},
"x509CertificateData":{"shape":"String"}
"x509CertificateData":{"shape":"SourceDataX509CertificateDataString"}
},
"union":true
},
"SourceDataX509CertificateDataString":{
"type":"string",
"max":8000,
"min":1
},
"String":{"type":"string"},
"SubjectDetail":{
"type":"structure",
Expand Down Expand Up @@ -798,13 +951,13 @@
"TagKeyList":{
"type":"list",
"member":{"shape":"TagKey"},
"max":50,
"max":200,
"min":0
},
"TagList":{
"type":"list",
"member":{"shape":"Tag"},
"max":50,
"max":200,
"min":0
},
"TagResourceRequest":{
Expand Down Expand Up @@ -853,6 +1006,7 @@
"createdAt":{"shape":"SyntheticTimestamp_date_time"},
"enabled":{"shape":"Boolean"},
"name":{"shape":"ResourceName"},
"notificationSettings":{"shape":"NotificationSettingDetails"},
"source":{"shape":"Source"},
"trustAnchorArn":{"shape":"String"},
"trustAnchorId":{"shape":"Uuid"},
Expand Down Expand Up @@ -931,7 +1085,7 @@
"UpdateProfileRequestDurationSecondsInteger":{
"type":"integer",
"box":true,
"max":43200,
"max":3600,
"min":900
},
"UpdateProfileRequestSessionPolicyString":{
Expand Down
Loading

0 comments on commit d47c75a

Please sign in to comment.