Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Sep 13, 2024
1 parent 4fe59e5 commit d2b2919
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/platform-sdk/src/generated/models/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ export interface GeoJsonPoint {
}
export interface Image {
/**
* URL of the image in its original size that must be unique within a single [ProductVariant](ctp:api:type:ProductVariant). If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.
* URL of the image in its original size that must be unique within a single [ProductVariant](ctp:api:type:ProductVariant).
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-sdk/src/generated/models/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export interface GoogleCloudFunctionDestination {
export interface HttpDestination {
readonly type: 'HTTP'
/**
* 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.
* URL to the target destination.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-sdk/src/generated/models/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export type CustomerSearchStatus = 'Activated' | 'Deactivated' | string
*/
export interface ExternalOAuth {
/**
* 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.
* URL with authorization header.
*
*
*/
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-sdk/src/generated/models/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ export interface ResourceUpdatedDeliveryPayload {
/**
* [AWS SNS](https://aws.amazon.com/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](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/standard-queues.html) queue type.
*
* We recommend setting `authenticationMode` to `IAM`, to avoid unnecessary key management. For IAM authentication and before creating the Subscription, give permissions to the following user account: `arn:aws-cn:iam::417094354346:user/subscriptions` if the Project is hosted in the China (AWS, Ningxia) Region; `arn:aws:iam::362576667341:user/subscriptions` for all other [Regions](/../api/general-concepts#regions). Otherwise, a test notification will not be sent.
* We recommend setting `authenticationMode` to `IAM`, to avoid unnecessary key management. For IAM authentication and before creating the Subscription, give permissions to the following user account: `arn:aws:iam::362576667341:user/subscriptions`. Otherwise, a test notification will not be sent.
*
* If you prefer to use `Credentials` for authentication, we recommend [creating an IAM user](https://docs.aws.amazon.com/sns/latest/dg/sns-setting-up.html#create-iam-user) with an `accessKey` and `accessSecret` pair specifically for each Subscription.
*
Expand Down Expand Up @@ -588,7 +588,7 @@ export interface SnsDestination {
* [AWS SQS](https://aws.amazon.com/sqs/) is a pull-queue on AWS.
* The queue must be a [Standard](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/standard-queues.html) queue type with a `MaximumMessageSize` of `256 KB`.
*
* We recommend setting `authenticationMode` to `IAM`, to avoid unnecessary key management. For IAM authentication and before creating the Subscription, give permissions to the following user account: `arn:aws-cn:iam::417094354346:user/subscriptions` if the Project is hosted in the China (AWS, Ningxia) Region; `arn:aws:iam::362576667341:user/subscriptions` for all other [Regions](/../api/general-concepts#regions). Otherwise, a test message will not be sent.
* We recommend setting `authenticationMode` to `IAM`, to avoid unnecessary key management. For IAM authentication and before creating the Subscription, give permissions to the following user account: `arn:aws:iam::362576667341:user/subscriptions`. Otherwise, a test message will not be sent.
*
* If you prefer to use `Credentials` for authentication, we recommend [creating an IAM user](https://docs.aws.amazon.com/sns/latest/dg/sns-setting-up.html#create-iam-user) with an `accessKey` and `accessSecret` pair specifically for each Subscription.
*
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -314,3 +314,4 @@ fa091aad2bce74e0d07ee69a886f4cd9ae02e05d
ce56ab7c65a688f75d5cd4095378d6647c6bd9ae
4b2ade81b4e216628dd4a26448cd1c838f5a85b1
3ef50b76d477cff41dcd11f48e8205cd4abd1439
0065cdd802adcbf53195095773ccc5a2becca69e

0 comments on commit d2b2919

Please sign in to comment.