File tree Expand file tree Collapse file tree 6 files changed +13
-5
lines changed
code-analysis/ServiceAnalysis/RDS/Properties Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change
1
+ ### 3.7.953.1 (2024-12-27 19:16 UTC)
2
+ * RDS (3.7.410.7)
3
+ * Updates Amazon RDS documentation to correct various descriptions.
4
+
1
5
### 3.7.953.0 (2024-12-26 19:25 UTC)
2
6
* BCMPricingCalculator (3.7.402.0)
3
7
* Added ConflictException to DeleteBillEstimate.
Original file line number Diff line number Diff line change
1
+ ### 3.7.953.1 (2024-12-27 19:16 UTC)
2
+ * RDS (3.7.410.7)
3
+ * Updates Amazon RDS documentation to correct various descriptions.
4
+
1
5
### 3.7.953.0 (2024-12-26 19:25 UTC)
2
6
* BCMPricingCalculator (3.7.402.0)
3
7
* Added ConflictException to DeleteBillEstimate.
Original file line number Diff line number Diff line change 1
1
2
2
{
3
3
"NewServiceVersion" : " 3.7.400.0" ,
4
- "ProductVersion" : " 3.7.953.0 " ,
4
+ "ProductVersion" : " 3.7.953.1 " ,
5
5
"CoreVersion" : " 3.7.400.70" ,
6
6
"OverrideCoreVersion" : " 3.3" ,
7
7
"DefaultToPreview" : false ,
284
284
"InPreview" : false
285
285
},
286
286
"RDS" : {
287
- "Version" : " 3.7.410.6 " ,
287
+ "Version" : " 3.7.410.7 " ,
288
288
"AssemblyVersionOverride" : " 3.3" ,
289
289
"Dependencies" : {
290
290
"Core" : " 3.7.400.70"
Original file line number Diff line number Diff line change 29
29
// by using the '*' as shown below:
30
30
// [assembly: AssemblyVersion("1.0.*")]
31
31
[ assembly: AssemblyVersion ( "3.3" ) ]
32
- [ assembly: AssemblyFileVersion ( "3.7.410.6 " ) ]
32
+ [ assembly: AssemblyFileVersion ( "3.7.410.7 " ) ]
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ namespace Amazon.RDS
32
32
public partial class AmazonRDSConfig : ClientConfig
33
33
{
34
34
private static readonly string UserAgentString =
35
- InternalSDKUtils . BuildUserAgentString ( "RDS" , "3.7.410.6 " ) ;
35
+ InternalSDKUtils . BuildUserAgentString ( "RDS" , "3.7.410.7 " ) ;
36
36
37
37
private string _userAgent = UserAgentString ;
38
38
///<summary>
Original file line number Diff line number Diff line change 44
44
// by using the '*' as shown below:
45
45
// [assembly: AssemblyVersion("1.0.*")]
46
46
[ assembly: AssemblyVersion ( "3.3" ) ]
47
- [ assembly: AssemblyFileVersion ( "3.7.410.6 " ) ]
47
+ [ assembly: AssemblyFileVersion ( "3.7.410.7 " ) ]
48
48
49
49
#if BCL
50
50
[ assembly: System . Security . AllowPartiallyTrustedCallers ]
You can’t perform that action at this time.
0 commit comments