Skip to content

Commit b34d27e

Browse files
Fixed namespace for ErrorDetails (#1136)
1 parent 46ce8da commit b34d27e

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"services": [
3+
{
4+
"serviceName": "S3",
5+
"type": "patch",
6+
"changeLogMessages": [
7+
"Breaking Change: Fixed the namespace for ErrorDetails."
8+
]
9+
}
10+
]
11+
}

sdk/src/Services/S3/Custom/Model/ErrorDetails.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* permissions and limitations under the License.
1414
*/
1515

16-
namespace AWSSDK.S3.Net35.Custom.Model
16+
namespace Amazon.S3.Model
1717
{
1818
/// <summary>
1919
/// <para>

sdk/src/Services/S3/Custom/Model/GetBucketMetadataTableConfigurationResponse.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* permissions and limitations under the License.
1414
*/
1515
using Amazon.Runtime;
16-
using AWSSDK.S3.Net35.Custom.Model;
1716

1817
namespace Amazon.S3.Model
1918
{

sdk/src/Services/S3/Custom/Model/GetBucketMetadataTableConfigurationResult.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* permissions and limitations under the License.
1414
*/
1515
using Amazon.Runtime;
16-
using AWSSDK.S3.Net35.Custom.Model;
1716

1817
namespace Amazon.S3.Model
1918
{

sdk/src/Services/S3/Custom/Model/Internal/MarshallTransformations/ErrorUnmarshaller.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* permissions and limitations under the License.
1414
*/
1515
using Amazon.Runtime.Internal.Transform;
16-
using AWSSDK.S3.Net35.Custom.Model;
1716

1817
#pragma warning disable 1591
1918

0 commit comments

Comments
 (0)