Skip to content

Commit 04fcfcc

Browse files
This release adds support for the Asia Pacific (Jakarta) (ap-southeast-3) Region.
1 parent 7966224 commit 04fcfcc

File tree

164 files changed

+6487
-805
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+6487
-805
lines changed

generator/ServiceModels/lightsail/lightsail-2016-11-28.api.json

Lines changed: 218 additions & 67 deletions
Large diffs are not rendered by default.

generator/ServiceModels/lightsail/lightsail-2016-11-28.docs.json

Lines changed: 339 additions & 660 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"version": "1.0",
3-
"examples": {
4-
}
3+
"examples": {}
54
}

generator/ServiceModels/lightsail/lightsail-2016-11-28.normal.json

Lines changed: 226 additions & 68 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"pagination": {
3-
}
2+
"pagination": {}
43
}

sdk/src/Services/Lightsail/Generated/Model/Internal/MarshallTransformations/AllocateStaticIpResponseUnmarshaller.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ public override AmazonServiceException UnmarshallException(JsonUnmarshallerConte
101101
{
102102
return OperationFailureExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);
103103
}
104+
if (errorResponse.Code != null && errorResponse.Code.Equals("RegionSetupInProgressException"))
105+
{
106+
return RegionSetupInProgressExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);
107+
}
104108
if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceException"))
105109
{
106110
return ServiceExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);

sdk/src/Services/Lightsail/Generated/Model/Internal/MarshallTransformations/AttachDiskResponseUnmarshaller.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ public override AmazonServiceException UnmarshallException(JsonUnmarshallerConte
101101
{
102102
return OperationFailureExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);
103103
}
104+
if (errorResponse.Code != null && errorResponse.Code.Equals("RegionSetupInProgressException"))
105+
{
106+
return RegionSetupInProgressExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);
107+
}
104108
if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceException"))
105109
{
106110
return ServiceExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);

sdk/src/Services/Lightsail/Generated/Model/Internal/MarshallTransformations/AttachInstancesToLoadBalancerResponseUnmarshaller.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ public override AmazonServiceException UnmarshallException(JsonUnmarshallerConte
101101
{
102102
return OperationFailureExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);
103103
}
104+
if (errorResponse.Code != null && errorResponse.Code.Equals("RegionSetupInProgressException"))
105+
{
106+
return RegionSetupInProgressExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);
107+
}
104108
if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceException"))
105109
{
106110
return ServiceExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);

sdk/src/Services/Lightsail/Generated/Model/Internal/MarshallTransformations/AttachLoadBalancerTlsCertificateResponseUnmarshaller.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ public override AmazonServiceException UnmarshallException(JsonUnmarshallerConte
101101
{
102102
return OperationFailureExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);
103103
}
104+
if (errorResponse.Code != null && errorResponse.Code.Equals("RegionSetupInProgressException"))
105+
{
106+
return RegionSetupInProgressExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);
107+
}
104108
if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceException"))
105109
{
106110
return ServiceExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);

sdk/src/Services/Lightsail/Generated/Model/Internal/MarshallTransformations/AttachStaticIpResponseUnmarshaller.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ public override AmazonServiceException UnmarshallException(JsonUnmarshallerConte
101101
{
102102
return OperationFailureExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);
103103
}
104+
if (errorResponse.Code != null && errorResponse.Code.Equals("RegionSetupInProgressException"))
105+
{
106+
return RegionSetupInProgressExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);
107+
}
104108
if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceException"))
105109
{
106110
return ServiceExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);

0 commit comments

Comments
 (0)