-
Notifications
You must be signed in to change notification settings - Fork 874
Generate DeleteBucketIntelligentTiering #4148
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
Generate DeleteBucketIntelligentTiering #4148
Conversation
831e331 to
43818b1
Compare
34bdfc9 to
367749a
Compare
|
AI report: BREAKING CHANGES ANALYSIS REPORTFiles Analyzed: 4 out of 4 total files in PRBREAKING CHANGES IDENTIFIED:1. DeleteBucketIntelligentTieringConfigurationRequest.csISSUE 1: BucketName IsSet method logic changed
ISSUE 2: IntelligentTieringId IsSet method logic changed
2. DeleteBucketIntelligentTieringConfigurationRequestMarshaller.csISSUE 3: New validation logic throws exception
ISSUE 4: Header constant changed to literal string
ISSUE 5: IntelligentTieringId parameter handling method changed
SUMMARY:
RECOMMENDATION:The customization configuration should be updated to preserve the original |
|
The change for Id and BucketName (like the other PRs) is not a breaking change. This is because we check that these required parameters are set so the case where an empty or null string reaches the We've discussed in other PRs why going from |
* generate PutBucketIntelligentTieringConfiguration stack-info: PR: #4145, branch: peterrsongg/petesong/phase-3-pr-3/1 * Generate GetBucketIntelligentTieringConfiguration stack-info: PR: #4146, branch: peterrsongg/petesong/phase-3-pr-3/2 * Generate ListBucketIntelligentTieringConfiguration stack-info: PR: #4147, branch: peterrsongg/petesong/phase-3-pr-3/3 * Generate DeleteBucketIntelligentTiering stack-info: PR: #4148, branch: peterrsongg/petesong/phase-3-pr-3/4 * add shapes to S3NeedsCustomUpdate and add devconfig stack-info: PR: #4149, branch: peterrsongg/petesong/phase-3-pr-3/5
Description
Generate DeleteBucketIntelligentTieringConfiguration
Motivation and Context
Testing
Dry run for base branch passed
Fuzz testing passed.
AI Prompt run
Manual testing with null
IntelligentTieringIdyielded same exception before and after change.Screenshots (if appropriate)
Types of changes
Checklist
License