File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/clients/src/api/mnq/v1beta1 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ const jsonContentHeaders = {
7979 */
8080export class NatsAPI extends ParentAPI {
8181 /** Lists the available regions of the API. */
82- public static readonly LOCALITIES : Region [ ] = [ 'fr-par' ]
82+ public static readonly LOCALITIES : Region [ ] = [ 'fr-par' , 'nl-ams' ]
8383
8484 /**
8585 * Create a NATS account. Create a NATS account associated with a Project.
@@ -290,7 +290,7 @@ export class NatsAPI extends ParentAPI {
290290 */
291291export class SnsAPI extends ParentAPI {
292292 /** Lists the available regions of the API. */
293- public static readonly LOCALITIES : Region [ ] = [ 'fr-par' ]
293+ public static readonly LOCALITIES : Region [ ] = [ 'fr-par' , 'nl-ams' ]
294294
295295 /**
296296 * Activate SNS. Activate SNS for the specified Project ID. SNS must be
@@ -482,7 +482,7 @@ export class SnsAPI extends ParentAPI {
482482 */
483483export class SqsAPI extends ParentAPI {
484484 /** Lists the available regions of the API. */
485- public static readonly LOCALITIES : Region [ ] = [ 'fr-par' ]
485+ public static readonly LOCALITIES : Region [ ] = [ 'fr-par' , 'nl-ams' ]
486486
487487 /**
488488 * Activate SQS. Activate SQS for the specified Project ID. SQS must be
You can’t perform that action at this time.
0 commit comments