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

Remove obsolete custom service package code #3684

Merged
merged 7 commits into from
Mar 6, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Remove CloudFront/Custom/Util/_bcl/AmazonCloudFrontUtil.cs as unused …
…code
  • Loading branch information
normj committed Mar 2, 2025
commit 1c688946fec97dde37a68db7ee7a7f82fd613163
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"services": [
{
"serviceName": "CloudFront",
"type": "patch",
"changeLogMessages": [
"Removed the AmazonCloudFrontUtil utility code that was no longer being used."
]
},
{
"serviceName": "DynamoDBv2",
"type": "patch",
@@ -30,7 +37,7 @@
]
},
{
"serviceName": "SageMagerRuntime",
"serviceName": "SageMakerRuntime",
"type": "patch",
"changeLogMessages": [
"Removed obsolete constructors for PayloadPart."
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ public partial class UpdateStackRequest : AmazonCloudFormationRequest
/// </summary>
public UpdateStackRequest()
{
this._notificationARNs = new AutoConstructedList<string>();
this._notificationARNs = AWSConfigs.InitializeCollections ? new AutoConstructedList<string>() : null;
}
}
}
48 changes: 0 additions & 48 deletions sdk/src/Services/CloudFront/Custom/Util/CloudFrontConstants.cs

This file was deleted.

This file was deleted.