Skip to content

Commit bd530d9

Browse files
committed
build(codegen): updating SDK
1 parent 4162524 commit bd530d9

15 files changed

+21
-20
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/Image.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
public interface Image {
3535

3636
/**
37-
* <p>URL of the image in its original size that must be unique within a single ProductVariant. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.</p>
37+
* <p>URL of the image in its original size that must be unique within a single ProductVariant.</p>
3838
* @return url
3939
*/
4040
@NotNull
@@ -59,7 +59,7 @@ public interface Image {
5959
public String getLabel();
6060

6161
/**
62-
* <p>URL of the image in its original size that must be unique within a single ProductVariant. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.</p>
62+
* <p>URL of the image in its original size that must be unique within a single ProductVariant.</p>
6363
* @param url value to be set
6464
*/
6565

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ImageBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class ImageBuilder implements Builder<Image> {
3333
private String label;
3434

3535
/**
36-
* <p>URL of the image in its original size that must be unique within a single ProductVariant. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.</p>
36+
* <p>URL of the image in its original size that must be unique within a single ProductVariant.</p>
3737
* @param url value to be set
3838
* @return Builder
3939
*/
@@ -90,7 +90,7 @@ public ImageBuilder label(@Nullable final String label) {
9090
}
9191

9292
/**
93-
* <p>URL of the image in its original size that must be unique within a single ProductVariant. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.</p>
93+
* <p>URL of the image in its original size that must be unique within a single ProductVariant.</p>
9494
* @return url
9595
*/
9696

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ImageImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public ImageImpl() {
4747
}
4848

4949
/**
50-
* <p>URL of the image in its original size that must be unique within a single ProductVariant. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.</p>
50+
* <p>URL of the image in its original size that must be unique within a single ProductVariant.</p>
5151
*/
5252

5353
public String getUrl() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/HttpDestination.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public interface HttpDestination extends ExtensionDestination {
3838
String HTTP = "HTTP";
3939

4040
/**
41-
* <p>URL to the target destination. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.</p>
41+
* <p>URL to the target destination.</p>
4242
* @return url
4343
*/
4444
@NotNull
@@ -54,7 +54,7 @@ public interface HttpDestination extends ExtensionDestination {
5454
public HttpDestinationAuthentication getAuthentication();
5555

5656
/**
57-
* <p>URL to the target destination. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.</p>
57+
* <p>URL to the target destination.</p>
5858
* @param url value to be set
5959
*/
6060

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/HttpDestinationBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class HttpDestinationBuilder implements Builder<HttpDestination> {
3030
private com.commercetools.api.models.extension.HttpDestinationAuthentication authentication;
3131

3232
/**
33-
* <p>URL to the target destination. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.</p>
33+
* <p>URL to the target destination.</p>
3434
* @param url value to be set
3535
* @return Builder
3636
*/
@@ -67,7 +67,7 @@ public HttpDestinationBuilder authentication(
6767
}
6868

6969
/**
70-
* <p>URL to the target destination. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.</p>
70+
* <p>URL to the target destination.</p>
7171
* @return url
7272
*/
7373

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/HttpDestinationImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public String getType() {
5555
}
5656

5757
/**
58-
* <p>URL to the target destination. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.</p>
58+
* <p>URL to the target destination.</p>
5959
*/
6060

6161
public String getUrl() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ExternalOAuth.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
public interface ExternalOAuth {
3535

3636
/**
37-
* <p>URL with authorization header. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.</p>
37+
* <p>URL with authorization header.</p>
3838
* @return url
3939
*/
4040
@NotNull
@@ -50,7 +50,7 @@ public interface ExternalOAuth {
5050
public String getAuthorizationHeader();
5151

5252
/**
53-
* <p>URL with authorization header. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.</p>
53+
* <p>URL with authorization header.</p>
5454
* @param url value to be set
5555
*/
5656

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ExternalOAuthBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class ExternalOAuthBuilder implements Builder<ExternalOAuth> {
2727
private String authorizationHeader;
2828

2929
/**
30-
* <p>URL with authorization header. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.</p>
30+
* <p>URL with authorization header.</p>
3131
* @param url value to be set
3232
* @return Builder
3333
*/
@@ -49,7 +49,7 @@ public ExternalOAuthBuilder authorizationHeader(final String authorizationHeader
4949
}
5050

5151
/**
52-
* <p>URL with authorization header. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.</p>
52+
* <p>URL with authorization header.</p>
5353
* @return url
5454
*/
5555

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ExternalOAuthImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public ExternalOAuthImpl() {
4444
}
4545

4646
/**
47-
* <p>URL with authorization header. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.</p>
47+
* <p>URL with authorization header.</p>
4848
*/
4949

5050
public String getUrl() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/AwsAuthenticationMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public interface AwsAuthenticationMode extends JsonEnum {
2020
<p>Subscriptions with <code>Credentials</code> authentication mode are authenticated using an <code>accessKey</code> and <code>accessSecret</code> pair. This is the default authentication mode for backwards compatibility.</p> */
2121
AwsAuthenticationMode CREDENTIALS = AwsAuthenticationModeEnum.CREDENTIALS;
2222
/**
23-
<p>Subscriptions with <code>IAM</code> authentication mode are authenticated using Identity and Access Management (IAM). For this authentication mode, the following user requires permissions to send notifications to the queue or publish to the topic: <code>arn:aws-cn:iam::417094354346:user/subscriptions</code> if the Project is hosted in the China (AWS, Ningxia) Region; <code>arn:aws:iam::362576667341:user/subscriptions</code> for all other Regions. This is the recommended authentication mode, as it doesn't require additional key management.</p> */
23+
<p>Subscriptions with <code>IAM</code> authentication mode are authenticated using Identity and Access Management (IAM). For this authentication mode, the following user requires permissions to send notifications to the queue or publish to the topic: <code>arn:aws:iam::362576667341:user/subscriptions</code>. This is the recommended authentication mode, as it doesn't require additional key management.</p> */
2424
AwsAuthenticationMode IAM = AwsAuthenticationModeEnum.IAM;
2525

2626
/**

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SnsDestination.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
/**
1818
* <p>AWS SNS can be used to push messages to AWS Lambda, HTTP endpoints (webhooks), or fan-out messages to SQS queues. The SQS queue must be a Standard queue type.</p>
19-
* <p>We recommend setting <code>authenticationMode</code> to <code>IAM</code>, to avoid unnecessary key management. For IAM authentication and before creating the Subscription, give permissions to the following user account: <code>arn:aws-cn:iam::417094354346:user/subscriptions</code> if the Project is hosted in the China (AWS, Ningxia) Region; <code>arn:aws:iam::362576667341:user/subscriptions</code> for all other Regions. Otherwise, a test notification will not be sent.</p>
19+
* <p>We recommend setting <code>authenticationMode</code> to <code>IAM</code>, to avoid unnecessary key management. For IAM authentication and before creating the Subscription, give permissions to the following user account: <code>arn:aws:iam::362576667341:user/subscriptions</code>. Otherwise, a test notification will not be sent.</p>
2020
* <p>If you prefer to use <code>Credentials</code> for authentication, we recommend creating an IAM user with an <code>accessKey</code> and <code>accessSecret</code> pair specifically for each Subscription.</p>
2121
* <p>The IAM user should only have the <code>sns:Publish</code> permission on this topic.</p>
2222
*

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SnsDestinationImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* <p>AWS SNS can be used to push messages to AWS Lambda, HTTP endpoints (webhooks), or fan-out messages to SQS queues. The SQS queue must be a Standard queue type.</p>
21-
* <p>We recommend setting <code>authenticationMode</code> to <code>IAM</code>, to avoid unnecessary key management. For IAM authentication and before creating the Subscription, give permissions to the following user account: <code>arn:aws-cn:iam::417094354346:user/subscriptions</code> if the Project is hosted in the China (AWS, Ningxia) Region; <code>arn:aws:iam::362576667341:user/subscriptions</code> for all other Regions. Otherwise, a test notification will not be sent.</p>
21+
* <p>We recommend setting <code>authenticationMode</code> to <code>IAM</code>, to avoid unnecessary key management. For IAM authentication and before creating the Subscription, give permissions to the following user account: <code>arn:aws:iam::362576667341:user/subscriptions</code>. Otherwise, a test notification will not be sent.</p>
2222
* <p>If you prefer to use <code>Credentials</code> for authentication, we recommend creating an IAM user with an <code>accessKey</code> and <code>accessSecret</code> pair specifically for each Subscription.</p>
2323
* <p>The IAM user should only have the <code>sns:Publish</code> permission on this topic.</p>
2424
*/

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SqsDestination.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
/**
1818
* <p>AWS SQS is a pull-queue on AWS. The queue must be a Standard queue type with a <code>MaximumMessageSize</code> of <code>256 KB</code>.</p>
19-
* <p>We recommend setting <code>authenticationMode</code> to <code>IAM</code>, to avoid unnecessary key management. For IAM authentication and before creating the Subscription, give permissions to the following user account: <code>arn:aws-cn:iam::417094354346:user/subscriptions</code> if the Project is hosted in the China (AWS, Ningxia) Region; <code>arn:aws:iam::362576667341:user/subscriptions</code> for all other Regions. Otherwise, a test message will not be sent.</p>
19+
* <p>We recommend setting <code>authenticationMode</code> to <code>IAM</code>, to avoid unnecessary key management. For IAM authentication and before creating the Subscription, give permissions to the following user account: <code>arn:aws:iam::362576667341:user/subscriptions</code>. Otherwise, a test message will not be sent.</p>
2020
* <p>If you prefer to use <code>Credentials</code> for authentication, we recommend creating an IAM user with an <code>accessKey</code> and <code>accessSecret</code> pair specifically for each Subscription.</p>
2121
* <p>The IAM user should only have the <code>sqs:SendMessage</code> permission on this queue.</p>
2222
*

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SqsDestinationImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* <p>AWS SQS is a pull-queue on AWS. The queue must be a Standard queue type with a <code>MaximumMessageSize</code> of <code>256 KB</code>.</p>
21-
* <p>We recommend setting <code>authenticationMode</code> to <code>IAM</code>, to avoid unnecessary key management. For IAM authentication and before creating the Subscription, give permissions to the following user account: <code>arn:aws-cn:iam::417094354346:user/subscriptions</code> if the Project is hosted in the China (AWS, Ningxia) Region; <code>arn:aws:iam::362576667341:user/subscriptions</code> for all other Regions. Otherwise, a test message will not be sent.</p>
21+
* <p>We recommend setting <code>authenticationMode</code> to <code>IAM</code>, to avoid unnecessary key management. For IAM authentication and before creating the Subscription, give permissions to the following user account: <code>arn:aws:iam::362576667341:user/subscriptions</code>. Otherwise, a test message will not be sent.</p>
2222
* <p>If you prefer to use <code>Credentials</code> for authentication, we recommend creating an IAM user with an <code>accessKey</code> and <code>accessSecret</code> pair specifically for each Subscription.</p>
2323
* <p>The IAM user should only have the <code>sqs:SendMessage</code> permission on this queue.</p>
2424
*/

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,3 +303,4 @@ dc09dbc8bb089b789be7b711ebeb272f820ed184
303303
fa091aad2bce74e0d07ee69a886f4cd9ae02e05d
304304
ce56ab7c65a688f75d5cd4095378d6647c6bd9ae
305305
4b2ade81b4e216628dd4a26448cd1c838f5a85b1
306+
0065cdd802adcbf53195095773ccc5a2becca69e

0 commit comments

Comments
 (0)