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
Add change log
  • Loading branch information
normj committed Mar 2, 2025
commit a54a078f94a48410095fd87e9fae266b77db9d1c
47 changes: 47 additions & 0 deletions generator/.DevConfigs/0C9C1129-CEB5-41BA-B24F-95A5E89E4573.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"services": [
{
"serviceName": "DynamoDBv2",
"type": "patch",
"changeLogMessages": [
"Removed the DynamoDBContextTableNamePrefix property. Users should call AWSConfigsDynamoDB.Context.TableNamePrefix instead of AWSConfigsDynamoDB.Context.DynamoDBContextTableNamePrefix."
]
},
{
"serviceName": "EC2",
"type": "patch",
"changeLogMessages": [
"Removed the VPC utilizes code. It was terribly out of date even referring to EC2 instance type that has been deprecated for years.",
"Removed the image utilities used for looking up EC2 amis for Windows OS."
]
},
{
"serviceName": "IoT",
"type": "patch",
"changeLogMessages": [
"Removed a legacy customization for NextToken override to refer to the actual modeled pagination token."
]
},
{
"serviceName": "Lambda",
"type": "patch",
"changeLogMessages": [
"Removed obsolete InvokeAsync service client operation to avoid confusion with the Async suffix added for async .NET methods."
]
},
{
"serviceName": "SageMager",
"type": "patch",
"changeLogMessages": [
"Removed obsolete constructors for PayloadPart."
]
},
{
"serviceName": "SecurityToken",
"type": "patch",
"changeLogMessages": [
"Removed the deprecated STS assume role credential provider since users should be using the one in core."
]
}
]
}