Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.44.138 #4624

Merged
merged 1 commit into from Nov 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
Release v1.44.138 (2022-11-15)
===

### Service Client Updates
* `service/connect`: Updates service API
* `service/greengrassv2`: Updates service API and documentation
* `service/route53`: Updates service API
* Amazon Route 53 now supports the Europe (Spain) Region (eu-south-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
* `service/ssmsap`: Updates service API, documentation, paginators, and examples
* `service/workspaces`: Updates service API and documentation
* This release introduces ModifyCertificateBasedAuthProperties, a new API that allows control of certificate-based auth properties associated with a WorkSpaces directory. The DescribeWorkspaceDirectories API will now additionally return certificate-based auth properties in its responses.

Release v1.44.137 (2022-11-14)
===

Expand Down
6 changes: 6 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.137"
const SDKVersion = "1.44.138"
3 changes: 2 additions & 1 deletion models/apis/connect/2017-08-08/api-2.json
Expand Up @@ -5418,7 +5418,8 @@
"USE_CUSTOM_TTS_VOICES",
"EARLY_MEDIA",
"MULTI_PARTY_CONFERENCE",
"HIGH_VOLUME_OUTBOUND"
"HIGH_VOLUME_OUTBOUND",
"ENHANCED_CONTACT_MONITORING"
]
},
"InstanceAttributeValue":{
Expand Down
10 changes: 9 additions & 1 deletion models/apis/greengrassv2/2020-11-30/api-2.json
Expand Up @@ -877,6 +877,7 @@
"components":{"shape":"ComponentDeploymentSpecifications"},
"iotJobConfiguration":{"shape":"DeploymentIoTJobConfiguration"},
"deploymentPolicies":{"shape":"DeploymentPolicies"},
"parentTargetArn":{"shape":"ThingGroupARN"},
"tags":{"shape":"TagMap"},
"clientToken":{
"shape":"ClientTokenString",
Expand Down Expand Up @@ -939,7 +940,8 @@
"deploymentName":{"shape":"NonEmptyString"},
"creationTimestamp":{"shape":"Timestamp"},
"deploymentStatus":{"shape":"DeploymentStatus"},
"isLatestForTarget":{"shape":"IsLatestForTarget"}
"isLatestForTarget":{"shape":"IsLatestForTarget"},
"parentTargetArn":{"shape":"ThingGroupARN"}
}
},
"DeploymentComponentUpdatePolicy":{
Expand Down Expand Up @@ -1292,6 +1294,7 @@
"iotJobConfiguration":{"shape":"DeploymentIoTJobConfiguration"},
"creationTimestamp":{"shape":"Timestamp"},
"isLatestForTarget":{"shape":"IsLatestForTarget"},
"parentTargetArn":{"shape":"ThingGroupARN"},
"tags":{"shape":"TagMap"}
}
},
Expand Down Expand Up @@ -1805,6 +1808,11 @@
"location":"querystring",
"locationName":"historyFilter"
},
"parentTargetArn":{
"shape":"ThingGroupARN",
"location":"querystring",
"locationName":"parentTargetArn"
},
"maxResults":{
"shape":"DefaultMaxResults",
"box":true,
Expand Down
10 changes: 7 additions & 3 deletions models/apis/greengrassv2/2020-11-30/docs-2.json
Expand Up @@ -1328,8 +1328,8 @@
"TargetARN": {
"base": null,
"refs": {
"CreateDeploymentRequest$targetArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the target IoT thing or thing group.</p>",
"Deployment$targetArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the target IoT thing or thing group.</p>",
"CreateDeploymentRequest$targetArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the target IoT thing or thing group. When creating a subdeployment, the targetARN can only be a thing group.</p>",
"Deployment$targetArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the target IoT thing or thing group. When creating a subdeployment, the targetARN can only be a thing group.</p>",
"EffectiveDeployment$targetArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the target IoT thing or thing group.</p>",
"GetDeploymentResponse$targetArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the target IoT thing or thing group.</p>",
"ListDeploymentsRequest$targetArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the target IoT thing or thing group.</p>"
Expand All @@ -1338,7 +1338,11 @@
"ThingGroupARN": {
"base": null,
"refs": {
"ListCoreDevicesRequest$thingGroupArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the IoT thing group by which to filter. If you specify this parameter, the list includes only core devices that have successfully deployed a deployment that targets the thing group. When you remove a core device from a thing group, the list continues to include that core device.</p>"
"CreateDeploymentRequest$parentTargetArn": "<p>The parent deployment's target <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> within a subdeployment.</p>",
"Deployment$parentTargetArn": "<p>The parent deployment's target <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> within a subdeployment.</p>",
"GetDeploymentResponse$parentTargetArn": "<p>The parent deployment's target <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> within a subdeployment.</p>",
"ListCoreDevicesRequest$thingGroupArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the IoT thing group by which to filter. If you specify this parameter, the list includes only core devices that have successfully deployed a deployment that targets the thing group. When you remove a core device from a thing group, the list continues to include that core device.</p>",
"ListDeploymentsRequest$parentTargetArn": "<p>The parent deployment's target <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> within a subdeployment.</p>"
}
},
"ThrottlingException": {
Expand Down