Skip to content

Commit

Permalink
Release v1.44.17 (2022-05-18) (#4407)
Browse files Browse the repository at this point in the history
Release v1.44.17 (2022-05-18)
===

### Service Client Updates
* `service/appmesh`: Updates service API and documentation
* `service/batch`: Updates service documentation
  * Documentation updates for AWS Batch.
* `service/greengrassv2`: Updates service API and documentation
* `service/iotevents-data`: Updates service API and documentation
* `service/quicksight`: Updates service API and documentation
  * API UpdatePublicSharingSettings enables IAM admins to enable/disable account level setting for public access of dashboards. When enabled, owners/co-owners for dashboards can enable public access on their dashboards. These dashboards can only be accessed through share link or embedding.
* `service/transfer`: Updates service API and documentation
  * AWS Transfer Family now supports SetStat server configuration option, which provides the ability to ignore SetStat command issued by file transfer clients, enabling customers to upload files without any errors.
  • Loading branch information
aws-sdk-go-automation committed May 18, 2022
1 parent 107e836 commit 17c961d
Show file tree
Hide file tree
Showing 25 changed files with 1,803 additions and 432 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.44.17 (2022-05-18)
===

### Service Client Updates
* `service/appmesh`: Updates service API and documentation
* `service/batch`: Updates service documentation
* Documentation updates for AWS Batch.
* `service/greengrassv2`: Updates service API and documentation
* `service/iotevents-data`: Updates service API and documentation
* `service/quicksight`: Updates service API and documentation
* API UpdatePublicSharingSettings enables IAM admins to enable/disable account level setting for public access of dashboards. When enabled, owners/co-owners for dashboards can enable public access on their dashboards. These dashboards can only be accessed through share link or embedding.
* `service/transfer`: Updates service API and documentation
* AWS Transfer Family now supports SetStat server configuration option, which provides the ability to ignore SetStat command issued by file transfer clients, enabling customers to upload files without any errors.

Release v1.44.16 (2022-05-17)
===

Expand Down
64 changes: 64 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.16"
const SDKVersion = "1.44.17"
32 changes: 22 additions & 10 deletions models/apis/appmesh/2019-01-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,7 @@
],
"members":{
"attributes":{"shape":"AwsCloudMapInstanceAttributes"},
"ipPreference":{"shape":"IpPreference"},
"namespaceName":{"shape":"AwsCloudMapName"},
"serviceName":{"shape":"AwsCloudMapName"}
}
Expand Down Expand Up @@ -1602,6 +1603,7 @@
"required":["hostname"],
"members":{
"hostname":{"shape":"Hostname"},
"ipPreference":{"shape":"IpPreference"},
"responseType":{"shape":"DnsResponseType"}
}
},
Expand Down Expand Up @@ -2189,6 +2191,15 @@
"fault":true,
"retryable":{"throttling":false}
},
"IpPreference":{
"type":"string",
"enum":[
"IPv6_PREFERRED",
"IPv4_PREFERRED",
"IPv4_ONLY",
"IPv6_ONLY"
]
},
"LimitExceededException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2608,9 +2619,7 @@
},
"Listeners":{
"type":"list",
"member":{"shape":"Listener"},
"max":1,
"min":0
"member":{"shape":"Listener"}
},
"Logging":{
"type":"structure",
Expand Down Expand Up @@ -2690,10 +2699,17 @@
"version":{"shape":"Long"}
}
},
"MeshServiceDiscovery":{
"type":"structure",
"members":{
"ipPreference":{"shape":"IpPreference"}
}
},
"MeshSpec":{
"type":"structure",
"members":{
"egressFilter":{"shape":"EgressFilter"}
"egressFilter":{"shape":"EgressFilter"},
"serviceDiscovery":{"shape":"MeshServiceDiscovery"}
}
},
"MeshStatus":{
Expand Down Expand Up @@ -3620,9 +3636,7 @@
},
"VirtualGatewayListeners":{
"type":"list",
"member":{"shape":"VirtualGatewayListener"},
"max":1,
"min":0
"member":{"shape":"VirtualGatewayListener"}
},
"VirtualGatewayLogging":{
"type":"structure",
Expand Down Expand Up @@ -3883,9 +3897,7 @@
},
"VirtualRouterListeners":{
"type":"list",
"member":{"shape":"VirtualRouterListener"},
"max":1,
"min":1
"member":{"shape":"VirtualRouterListener"}
},
"VirtualRouterRef":{
"type":"structure",
Expand Down
Loading

0 comments on commit 17c961d

Please sign in to comment.