Skip to content

Commit 83529af

Browse files
This release adds support for the Asia Pacific (Jakarta) (ap-southeast-3) Region.
1 parent 5da7947 commit 83529af

File tree

162 files changed

+5288
-803
lines changed

Some content is hidden

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

162 files changed

+5288
-803
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
@@ -103,6 +103,10 @@ public override AmazonServiceException UnmarshallException(JsonUnmarshallerConte
103103
{
104104
return OperationFailureExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse, ref readerCopy);
105105
}
106+
if (errorResponse.Code != null && errorResponse.Code.Equals("RegionSetupInProgressException"))
107+
{
108+
return RegionSetupInProgressExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse, ref readerCopy);
109+
}
106110
if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceException"))
107111
{
108112
return ServiceExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse, ref readerCopy);

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ public override AmazonServiceException UnmarshallException(JsonUnmarshallerConte
103103
{
104104
return OperationFailureExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse, ref readerCopy);
105105
}
106+
if (errorResponse.Code != null && errorResponse.Code.Equals("RegionSetupInProgressException"))
107+
{
108+
return RegionSetupInProgressExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse, ref readerCopy);
109+
}
106110
if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceException"))
107111
{
108112
return ServiceExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse, ref readerCopy);

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ public override AmazonServiceException UnmarshallException(JsonUnmarshallerConte
103103
{
104104
return OperationFailureExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse, ref readerCopy);
105105
}
106+
if (errorResponse.Code != null && errorResponse.Code.Equals("RegionSetupInProgressException"))
107+
{
108+
return RegionSetupInProgressExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse, ref readerCopy);
109+
}
106110
if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceException"))
107111
{
108112
return ServiceExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse, ref readerCopy);

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ public override AmazonServiceException UnmarshallException(JsonUnmarshallerConte
103103
{
104104
return OperationFailureExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse, ref readerCopy);
105105
}
106+
if (errorResponse.Code != null && errorResponse.Code.Equals("RegionSetupInProgressException"))
107+
{
108+
return RegionSetupInProgressExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse, ref readerCopy);
109+
}
106110
if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceException"))
107111
{
108112
return ServiceExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse, ref readerCopy);

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ public override AmazonServiceException UnmarshallException(JsonUnmarshallerConte
103103
{
104104
return OperationFailureExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse, ref readerCopy);
105105
}
106+
if (errorResponse.Code != null && errorResponse.Code.Equals("RegionSetupInProgressException"))
107+
{
108+
return RegionSetupInProgressExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse, ref readerCopy);
109+
}
106110
if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceException"))
107111
{
108112
return ServiceExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse, ref readerCopy);

0 commit comments

Comments
 (0)