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.48.0 #5076

Merged
merged 1 commit into from
Nov 17, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
Release v1.48.0 (2023-11-17)
===

### Service Client Updates
* `service/appmesh`: Updates service API and documentation
* `service/athena`: Updates service API and documentation
* Adding SerivicePreProcessing time metric
* `service/cloud9`: Updates service documentation and examples
* A minor doc only update related to changing the date of an API change.
* `service/cloudformation`: Updates service API and documentation
* This release adds a new flag ImportExistingResources to CreateChangeSet. Specify this parameter on a CREATE- or UPDATE-type change set to import existing resources with custom names instead of recreating them.
* `service/codepipeline`: Updates service API and documentation
* CodePipeline now supports overriding source revisions to achieve manual re-deploy of a past revision
* `service/codestar-connections`: Updates service API, documentation, and paginators
* `service/connect`: Updates service API
* `service/dlm`: Updates service documentation
* `service/ec2`: Updates service API and documentation
* This release adds new features for Amazon VPC IP Address Manager (IPAM) Allowing a choice between Free and Advanced Tiers, viewing public IP address insights across regions and in Amazon Cloudwatch, use IPAM to plan your subnet IPs within a VPC and bring your own autonomous system number to IPAM.
* `service/ecr`: Updates service API and documentation
* Documentation and operational updates for Amazon ECR, adding support for pull through cache rules for upstream registries that require authentication.
* `service/elasticmapreduce`: Updates service API and documentation
* Launch support for IAM Identity Center Trusted Identity Propagation and workspace storage encryption using AWS KMS in EMR Studio
* `service/eventbridge`: Updates service API and documentation
* `service/internetmonitor`: Updates service API, documentation, and paginators
* `service/ivs`: Updates service API
* `service/ivschat`: Updates service API
* `service/kinesisvideo`: Updates service documentation
* Docs only build to bring up-to-date with public docs.
* `service/location`: Updates service API
* `service/medialive`: Updates service API and documentation
* MediaLive has now added support for per-output static image overlay.
* `service/mgn`: Updates service API
* `service/osis`: Updates service API and documentation
* `service/pipes`: Updates service API
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* This release adds support for option groups and replica enhancements to Amazon RDS Custom.
* `service/redshift`: Updates service API, documentation, and paginators
* Updated SDK for Amazon Redshift, which you can use to configure a connection with IAM Identity Center to manage access to databases. With these, you can create a connection through a managed application. You can also change a managed application, delete it, or get information about an existing one.
* `service/redshift-serverless`: Updates service API and documentation
* `service/s3`: Updates service API, documentation, and examples
* Removes all default 0 values for numbers and false values for booleans
* `service/sso-admin`: Updates service API and documentation
* `service/sso-oidc`: Updates service API, documentation, and examples
* `service/sts`: Updates service documentation
* API updates for the AWS Security Token Service
* `service/trustedadvisor`: Adds new service
* `service/verifiedpermissions`: Updates service API and documentation
* `service/wisdom`: Updates service API, documentation, and paginators

### SDK Features
* `service/macie`: Deprecate Macie
* This change removes the macie service, since it is deprecated.

Release v1.47.13 (2023-11-16)
===

Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### SDK Features
* `service/macie`: Deprecate Macie
* This change removes the macie service, since it is deprecated.

### SDK Enhancements

### SDK Bugs
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.47.13"
const SDKVersion = "1.48.0"
26 changes: 10 additions & 16 deletions models/apis/appmesh/2019-01-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -863,10 +863,7 @@
"required":["validation"],
"members":{
"certificate":{"shape":"ClientTlsCertificate"},
"enforce":{
"shape":"Boolean",
"box":true
},
"enforce":{"shape":"Boolean"},
"ports":{"shape":"PortSet"},
"validation":{"shape":"TlsValidationContext"}
}
Expand Down Expand Up @@ -1975,6 +1972,7 @@
},
"HealthCheckThreshold":{
"type":"integer",
"box":true,
"max":10,
"min":2
},
Expand Down Expand Up @@ -2689,14 +2687,17 @@
},
"MaxConnections":{
"type":"integer",
"box":true,
"min":1
},
"MaxPendingRequests":{
"type":"integer",
"box":true,
"min":1
},
"MaxRequests":{
"type":"integer",
"box":true,
"min":1
},
"MaxRetries":{
Expand Down Expand Up @@ -2831,6 +2832,7 @@
},
"PortNumber":{
"type":"integer",
"box":true,
"max":65535,
"min":1
},
Expand Down Expand Up @@ -3497,10 +3499,7 @@
"required":["validation"],
"members":{
"certificate":{"shape":"VirtualGatewayClientTlsCertificate"},
"enforce":{
"shape":"Boolean",
"box":true
},
"enforce":{"shape":"Boolean"},
"ports":{"shape":"PortSet"},
"validation":{"shape":"VirtualGatewayTlsValidationContext"}
}
Expand Down Expand Up @@ -3581,6 +3580,7 @@
},
"VirtualGatewayHealthCheckThreshold":{
"type":"integer",
"box":true,
"max":10,
"min":2
},
Expand All @@ -3602,10 +3602,7 @@
"required":["maxConnections"],
"members":{
"maxConnections":{"shape":"MaxConnections"},
"maxPendingRequests":{
"shape":"MaxPendingRequests",
"box":true
}
"maxPendingRequests":{"shape":"MaxPendingRequests"}
}
},
"VirtualGatewayList":{
Expand Down Expand Up @@ -3853,10 +3850,7 @@
"required":["maxConnections"],
"members":{
"maxConnections":{"shape":"MaxConnections"},
"maxPendingRequests":{
"shape":"MaxPendingRequests",
"box":true
}
"maxPendingRequests":{"shape":"MaxPendingRequests"}
}
},
"VirtualNodeList":{
Expand Down
4 changes: 2 additions & 2 deletions models/apis/appmesh/2019-01-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
"FilePath": {
"base": null,
"refs": {
"FileAccessLog$path": "<p>The file path to write access logs to. You can use <code>/dev/stdout</code> to send access logs to standard out and configure your Envoy container to use a log driver, such as <code>awslogs</code>, to export the access logs to a log storage service such as Amazon CloudWatch Logs. You can also specify a path in the Envoy container's file system to write the files to disk.</p> <pre><code> &lt;note&gt; &lt;p&gt;The Envoy process must have write permissions to the path that you specify here. Otherwise, Envoy fails to bootstrap properly.&lt;/p&gt; &lt;/note&gt; </code></pre>",
"FileAccessLog$path": "<p>The file path to write access logs to. You can use <code>/dev/stdout</code> to send access logs to standard out and configure your Envoy container to use a log driver, such as <code>awslogs</code>, to export the access logs to a log storage service such as Amazon CloudWatch Logs. You can also specify a path in the Envoy container's file system to write the files to disk.</p> <note> <p>The Envoy process must have write permissions to the path that you specify here. Otherwise, Envoy fails to bootstrap properly.</p> </note>",
"ListenerTlsFileCertificate$certificateChain": "<p>The certificate chain for the certificate.</p>",
"ListenerTlsFileCertificate$privateKey": "<p>The private key for a certificate stored on the file system of the virtual node that the proxy is running on.</p>",
"TlsValidationContextFileTrust$certificateChain": "<p>The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.</p>",
Expand Down Expand Up @@ -1092,7 +1092,7 @@
"base": null,
"refs": {
"GatewayRouteTarget$port": "<p>The port number of the gateway route target.</p>",
"GrpcGatewayRouteMatch$port": "<p>The port number to match from the request.</p>",
"GrpcGatewayRouteMatch$port": "<p>The gateway route port to be matched on.</p>",
"GrpcRouteMatch$port": "<p>The port number to match on.</p>",
"HttpGatewayRouteMatch$port": "<p>The port number to match on.</p>",
"HttpRouteMatch$port": "<p>The port number to match on.</p>",
Expand Down
Loading