Skip to content

Commit

Permalink
Release v1.42.25 (2021-12-21) (#4214)
Browse files Browse the repository at this point in the history
Release v1.42.25 (2021-12-21)
===

### Service Client Updates
* `service/chime-sdk-messaging`: Updates service API and documentation
* `service/imagebuilder`: Updates service documentation
* `service/lookoutmetrics`: Updates service API, documentation, and paginators
* `service/mediaconnect`: Updates service API and documentation
* `service/nimble`: Updates service API and documentation
* `service/qldb`: Updates service API and documentation
* `service/transfer`: Updates service API and documentation
  * Property for Transfer Family used with the FTPS protocol. TLS Session Resumption provides a mechanism to resume or share a negotiated secret key between the control and data connection for an FTPS session.
* `service/workmail`: Updates service API and documentation
  * This release allows customers to change their email monitoring configuration in Amazon WorkMail.
  • Loading branch information
aws-sdk-go-automation authored Dec 21, 2021
1 parent c50e3bd commit 7f5088c
Show file tree
Hide file tree
Showing 30 changed files with 2,110 additions and 289 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.42.25 (2021-12-21)
===

### Service Client Updates
* `service/chime-sdk-messaging`: Updates service API and documentation
* `service/imagebuilder`: Updates service documentation
* `service/lookoutmetrics`: Updates service API, documentation, and paginators
* `service/mediaconnect`: Updates service API and documentation
* `service/nimble`: Updates service API and documentation
* `service/qldb`: Updates service API and documentation
* `service/transfer`: Updates service API and documentation
* Property for Transfer Family used with the FTPS protocol. TLS Session Resumption provides a mechanism to resume or share a negotiated secret key between the control and data connection for an FTPS session.
* `service/workmail`: Updates service API and documentation
* This release allows customers to change their email monitoring configuration in Amazon WorkMail.

Release v1.42.24 (2021-12-20)
===

Expand Down
3 changes: 3 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.42.24"
const SDKVersion = "1.42.25"
9 changes: 3 additions & 6 deletions models/apis/chime-sdk-messaging/2021-05-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,9 @@
"members":{
"MessageId":{"shape":"MessageId"},
"Content":{"shape":"NonEmptyContent"},
"Metadata":{"shape":"Metadata"}
"Metadata":{"shape":"Metadata"},
"PushNotification":{"shape":"PushNotificationConfiguration"},
"MessageAttributes":{"shape":"MessageAttributeMap"}
}
},
"ChannelMessagePersistenceType":{
Expand Down Expand Up @@ -2398,11 +2400,6 @@
},
"PushNotificationConfiguration":{
"type":"structure",
"required":[
"Title",
"Body",
"Type"
],
"members":{
"Title":{"shape":"PushNotificationTitle"},
"Body":{"shape":"PushNotificationBody"},
Expand Down
4 changes: 3 additions & 1 deletion models/apis/chime-sdk-messaging/2021-05-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"BatchCreateChannelMembershipRequest$Type": "<p>The membership type of a user, <code>DEFAULT</code> or <code>HIDDEN</code>. Default members are always returned as part of <code>ListChannelMemberships</code>. Hidden members are only returned if the type filter in <code>ListChannelMemberships</code> equals <code>HIDDEN</code>. Otherwise hidden members are not returned. This is only supported by moderators.</p>",
"ChannelMembership$Type": "<p>The membership type set for the channel member.</p>",
"CreateChannelMembershipRequest$Type": "<p>The membership type of a user, <code>DEFAULT</code> or <code>HIDDEN</code>. Default members are always returned as part of <code>ListChannelMemberships</code>. Hidden members are only returned if the type filter in <code>ListChannelMemberships</code> equals <code>HIDDEN</code>. Otherwise hidden members are not returned. This is only supported by moderators.</p>",
"ListChannelMembershipsRequest$Type": "<p>The membership type of a user, <code>DEFAULT</code> or <code>HIDDEN</code>. Default members are always returned as part of <code>ListChannelMemberships</code>. Hidden members are only returned if the type filter in <code>ListChannelMemberships</code> equals <code>HIDDEN</code>. Otherwise hidden members are not returned.</p>"
"ListChannelMembershipsRequest$Type": "<p>The membership type of a user, <code>DEFAULT</code> or <code>HIDDEN</code>. Default members are returned as part of <code>ListChannelMemberships</code> if no type is specified. Hidden members are only returned if the type filter in <code>ListChannelMemberships</code> equals <code>HIDDEN</code>.</p>"
}
},
"ChannelMessage": {
Expand Down Expand Up @@ -896,6 +896,7 @@
"base": null,
"refs": {
"ChannelMessage$MessageAttributes": "<p>The attributes for the message, used for message filtering along with a <code>FilterRule</code> defined in the <code>PushNotificationPreferences</code>.</p>",
"ChannelMessageCallback$MessageAttributes": "<p>The attributes for the message, used for message filtering along with a <code>FilterRule</code> defined in the <code>PushNotificationPreferences</code>. </p>",
"ChannelMessageSummary$MessageAttributes": "<p>The message attribues listed in a the summary of a channel message.</p>",
"SendChannelMessageRequest$MessageAttributes": "<p>The attributes for the message, used for message filtering along with a <code>FilterRule</code> defined in the <code>PushNotificationPreferences</code>.</p>"
}
Expand Down Expand Up @@ -1049,6 +1050,7 @@
"PushNotificationConfiguration": {
"base": "<p>The push notification configuration of the message.</p>",
"refs": {
"ChannelMessageCallback$PushNotification": "<p>The push notification configuration of the message.</p>",
"SendChannelMessageRequest$PushNotification": "<p>The push notification configuration of the message.</p>"
}
},
Expand Down
6 changes: 3 additions & 3 deletions models/apis/imagebuilder/2019-12-02/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@
"InfrastructureConfiguration$description": "<p>The description of the infrastructure configuration.</p>",
"InfrastructureConfiguration$subnetId": "<p>The subnet ID of the infrastructure configuration.</p>",
"InfrastructureConfiguration$keyPair": "<p>The Amazon EC2 key pair of the infrastructure configuration.</p>",
"InfrastructureConfiguration$snsTopicArn": "<p>The SNS topic Amazon Resource Name (ARN) of the infrastructure configuration.</p>",
"InfrastructureConfiguration$snsTopicArn": "<p>The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications.</p> <note> <p>EC2 Image Builder is unable to send notifications to SNS topics that are encrypted using keys from other accounts. The key that is used to encrypt the SNS topic must reside in the account that the Image Builder service runs under.</p> </note>",
"InfrastructureConfigurationSummary$description": "<p>The description of the infrastructure configuration.</p>",
"InstanceBlockDeviceMapping$deviceName": "<p>The device to which these mappings apply.</p>",
"InstanceBlockDeviceMapping$virtualName": "<p>Use to manage instance ephemeral devices.</p>",
Expand Down Expand Up @@ -1828,8 +1828,8 @@
"SnsTopicArn": {
"base": null,
"refs": {
"CreateInfrastructureConfigurationRequest$snsTopicArn": "<p>The SNS topic on which to send image build events.</p>",
"UpdateInfrastructureConfigurationRequest$snsTopicArn": "<p>The SNS topic on which to send image build events.</p>"
"CreateInfrastructureConfigurationRequest$snsTopicArn": "<p>The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications.</p> <note> <p>EC2 Image Builder is unable to send notifications to SNS topics that are encrypted using keys from other accounts. The key that is used to encrypt the SNS topic must reside in the account that the Image Builder service runs under.</p> </note>",
"UpdateInfrastructureConfigurationRequest$snsTopicArn": "<p>The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications.</p> <note> <p>EC2 Image Builder is unable to send notifications to SNS topics that are encrypted using keys from other accounts. The key that is used to encrypt the SNS topic must reside in the account that the Image Builder service runs under.</p> </note>"
}
},
"StartImagePipelineExecutionRequest": {
Expand Down
65 changes: 65 additions & 0 deletions models/apis/lookoutmetrics/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,22 @@
{"shape":"InternalServerException"}
]
},
"ListAnomalyGroupRelatedMetrics":{
"name":"ListAnomalyGroupRelatedMetrics",
"http":{
"method":"POST",
"requestUri":"/ListAnomalyGroupRelatedMetrics"
},
"input":{"shape":"ListAnomalyGroupRelatedMetricsRequest"},
"output":{"shape":"ListAnomalyGroupRelatedMetricsResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"InternalServerException"},
{"shape":"AccessDeniedException"},
{"shape":"TooManyRequestsException"}
]
},
"ListAnomalyGroupSummaries":{
"name":"ListAnomalyGroupSummaries",
"http":{
Expand Down Expand Up @@ -1076,6 +1092,19 @@
"min":1
},
"Integer":{"type":"integer"},
"InterMetricImpactDetails":{
"type":"structure",
"members":{
"MetricName":{"shape":"MetricName"},
"AnomalyGroupId":{"shape":"UUID"},
"RelationshipType":{"shape":"RelationshipType"},
"ContributionPercentage":{"shape":"MetricChangePercentage"}
}
},
"InterMetricImpactList":{
"type":"list",
"member":{"shape":"InterMetricImpactDetails"}
},
"InternalServerException":{
"type":"structure",
"required":["Message"],
Expand Down Expand Up @@ -1163,6 +1192,30 @@
"NextToken":{"shape":"NextToken"}
}
},
"ListAnomalyGroupRelatedMetricsRequest":{
"type":"structure",
"required":[
"AnomalyDetectorArn",
"AnomalyGroupId"
],
"members":{
"AnomalyDetectorArn":{"shape":"Arn"},
"AnomalyGroupId":{"shape":"UUID"},
"RelationshipTypeFilter":{"shape":"RelationshipType"},
"MaxResults":{
"shape":"MaxResults",
"box":true
},
"NextToken":{"shape":"NextToken"}
}
},
"ListAnomalyGroupRelatedMetricsResponse":{
"type":"structure",
"members":{
"InterMetricImpactList":{"shape":"InterMetricImpactList"},
"NextToken":{"shape":"NextToken"}
}
},
"ListAnomalyGroupSummariesRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1271,6 +1324,11 @@
"Namespace":{"shape":"Namespace"}
}
},
"MetricChangePercentage":{
"type":"double",
"max":100.0,
"min":0.0
},
"MetricLevelImpact":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1456,6 +1514,13 @@
"VpcConfiguration":{"shape":"VpcConfiguration"}
}
},
"RelationshipType":{
"type":"string",
"enum":[
"CAUSE_OF_INPUT_ANOMALY_GROUP",
"EFFECT_OF_INPUT_ANOMALY_GROUP"
]
},
"ResourceId":{"type":"string"},
"ResourceNotFoundException":{
"type":"structure",
Expand Down
43 changes: 43 additions & 0 deletions models/apis/lookoutmetrics/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"GetSampleData": "<p>Returns a selection of sample records from an Amazon S3 datasource.</p>",
"ListAlerts": "<p>Lists the alerts attached to a detector.</p> <p>Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.</p>",
"ListAnomalyDetectors": "<p>Lists the detectors in the current AWS Region.</p> <p>Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.</p>",
"ListAnomalyGroupRelatedMetrics": "<p>Returns a list of measures that are potential causes or effects of an anomaly group.</p>",
"ListAnomalyGroupSummaries": "<p>Returns a list of anomaly groups.</p>",
"ListAnomalyGroupTimeSeries": "<p>Gets a list of anomalous metrics for a measure in an anomaly group.</p>",
"ListMetricSets": "<p>Lists the datasets in the current AWS Region.</p> <p>Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.</p>",
Expand Down Expand Up @@ -238,6 +239,7 @@
"LambdaConfiguration$RoleArn": "<p>The ARN of an IAM role that has permission to invoke the Lambda function.</p>",
"LambdaConfiguration$LambdaArn": "<p>The ARN of the Lambda function.</p>",
"ListAlertsRequest$AnomalyDetectorArn": "<p>The ARN of the alert's detector.</p>",
"ListAnomalyGroupRelatedMetricsRequest$AnomalyDetectorArn": "<p>The Amazon Resource Name (ARN) of the anomaly detector.</p>",
"ListAnomalyGroupSummariesRequest$AnomalyDetectorArn": "<p>The Amazon Resource Name (ARN) of the anomaly detector.</p>",
"ListAnomalyGroupTimeSeriesRequest$AnomalyDetectorArn": "<p>The Amazon Resource Name (ARN) of the anomaly detector.</p>",
"ListMetricSetsRequest$AnomalyDetectorArn": "<p>The ARN of the anomaly detector containing the metrics sets to list.</p>",
Expand Down Expand Up @@ -614,6 +616,18 @@
"MetricLevelImpact$NumTimeSeries": "<p>The number of anomalous metrics for the measure.</p>"
}
},
"InterMetricImpactDetails": {
"base": "<p>Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.</p> <p/>",
"refs": {
"InterMetricImpactList$member": null
}
},
"InterMetricImpactList": {
"base": null,
"refs": {
"ListAnomalyGroupRelatedMetricsResponse$InterMetricImpactList": "<p>Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.</p>"
}
},
"InternalServerException": {
"base": "<p>The request processing has failed because of an unknown error, exception, or failure.</p>",
"refs": {
Expand Down Expand Up @@ -677,6 +691,16 @@
"refs": {
}
},
"ListAnomalyGroupRelatedMetricsRequest": {
"base": null,
"refs": {
}
},
"ListAnomalyGroupRelatedMetricsResponse": {
"base": null,
"refs": {
}
},
"ListAnomalyGroupSummariesRequest": {
"base": null,
"refs": {
Expand Down Expand Up @@ -724,6 +748,7 @@
"GetFeedbackRequest$MaxResults": "<p>The maximum number of results to return.</p>",
"ListAlertsRequest$MaxResults": "<p>The maximum number of results that will be displayed by the request.</p>",
"ListAnomalyDetectorsRequest$MaxResults": "<p>The maximum number of results to return.</p>",
"ListAnomalyGroupRelatedMetricsRequest$MaxResults": "<p>The maximum number of results to return.</p>",
"ListAnomalyGroupSummariesRequest$MaxResults": "<p>The maximum number of results to return.</p>",
"ListAnomalyGroupTimeSeriesRequest$MaxResults": "<p>The maximum number of results to return.</p>",
"ListMetricSetsRequest$MaxResults": "<p>The maximum number of results to return.</p>"
Expand All @@ -748,6 +773,12 @@
"MetricList$member": null
}
},
"MetricChangePercentage": {
"base": null,
"refs": {
"InterMetricImpactDetails$ContributionPercentage": "<p>For potential causes (<code>CAUSE_OF_INPUT_ANOMALY_GROUP</code>), the percentage contribution the measure has in causing the anomalies.</p>"
}
},
"MetricLevelImpact": {
"base": "<p>Details about a measure affected by an anomaly.</p>",
"refs": {
Expand All @@ -773,6 +804,7 @@
"refs": {
"AnomalyGroup$PrimaryMetricName": "<p>The name of the primary affected measure for the group.</p>",
"AnomalyGroupSummary$PrimaryMetricName": "<p>The name of the primary affected measure for the group.</p>",
"InterMetricImpactDetails$MetricName": "<p>The name of the measure.</p>",
"ListAnomalyGroupTimeSeriesRequest$MetricName": "<p>The name of the measure field.</p>",
"ListAnomalyGroupTimeSeriesResponse$MetricName": "<p>The name of the measure field.</p>",
"MetricLevelImpact$MetricName": "<p>The name of the measure.</p>"
Expand Down Expand Up @@ -844,6 +876,8 @@
"ListAlertsResponse$NextToken": "<p>If the response is truncated, the service returns this token. To retrieve the next set of results, use this token in the next request.</p>",
"ListAnomalyDetectorsRequest$NextToken": "<p>If the result of the previous request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.</p>",
"ListAnomalyDetectorsResponse$NextToken": "<p>If the response is truncated, the service returns this token. To retrieve the next set of results, use the token in the next request.</p>",
"ListAnomalyGroupRelatedMetricsRequest$NextToken": "<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>",
"ListAnomalyGroupRelatedMetricsResponse$NextToken": "<p>The pagination token that's included if more results are available.</p>",
"ListAnomalyGroupSummariesRequest$NextToken": "<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>",
"ListAnomalyGroupSummariesResponse$NextToken": "<p>The pagination token that's included if more results are available.</p>",
"ListAnomalyGroupTimeSeriesRequest$NextToken": "<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>",
Expand Down Expand Up @@ -925,6 +959,13 @@
"MetricSource$RedshiftSourceConfig": "<p>An object containing information about the Amazon Redshift database configuration.</p>"
}
},
"RelationshipType": {
"base": null,
"refs": {
"InterMetricImpactDetails$RelationshipType": "<p>Whether a measure is a potential cause of the anomaly group (<code>CAUSE_OF_INPUT_ANOMALY_GROUP</code>), or whether the measure is impacted by the anomaly group (<code>EFFECT_OF_INPUT_ANOMALY_GROUP</code>).</p>",
"ListAnomalyGroupRelatedMetricsRequest$RelationshipTypeFilter": "<p>Filter for potential causes (<code>CAUSE_OF_INPUT_ANOMALY_GROUP</code>) or downstream effects (<code>EFFECT_OF_INPUT_ANOMALY_GROUP</code>) of the anomaly group.</p>"
}
},
"ResourceId": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1187,6 +1228,8 @@
"AnomalyGroupTimeSeries$AnomalyGroupId": "<p>The ID of the anomaly group.</p>",
"AnomalyGroupTimeSeriesFeedback$AnomalyGroupId": "<p>The ID of the anomaly group.</p>",
"GetAnomalyGroupRequest$AnomalyGroupId": "<p>The ID of the anomaly group.</p>",
"InterMetricImpactDetails$AnomalyGroupId": "<p>The ID of the anomaly group.</p>",
"ListAnomalyGroupRelatedMetricsRequest$AnomalyGroupId": "<p>The ID of the anomaly group.</p>",
"ListAnomalyGroupTimeSeriesRequest$AnomalyGroupId": "<p>The ID of the anomaly group.</p>",
"ListAnomalyGroupTimeSeriesResponse$AnomalyGroupId": "<p>The ID of the anomaly group.</p>"
}
Expand Down
5 changes: 5 additions & 0 deletions models/apis/lookoutmetrics/2017-07-25/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"output_token": "NextToken",
"limit_key": "MaxResults"
},
"ListAnomalyGroupRelatedMetrics": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
},
"ListAnomalyGroupSummaries": {
"input_token": "NextToken",
"output_token": "NextToken",
Expand Down
Loading

0 comments on commit 7f5088c

Please sign in to comment.