File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/clients/src/api/mnq/v1beta1 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const NatsApiCreateNatsAccountRequest = {
1010
1111export const NatsApiCreateNatsCredentialsRequest = {
1212 name : {
13- maxLength : 64 ,
13+ maxLength : 500 ,
1414 minLength : 1 ,
1515 } ,
1616}
@@ -24,28 +24,28 @@ export const NatsApiUpdateNatsAccountRequest = {
2424
2525export const SnsApiCreateSnsCredentialsRequest = {
2626 name : {
27- maxLength : 64 ,
27+ maxLength : 500 ,
2828 minLength : 1 ,
2929 } ,
3030}
3131
3232export const SnsApiUpdateSnsCredentialsRequest = {
3333 name : {
34- maxLength : 64 ,
34+ maxLength : 500 ,
3535 minLength : 1 ,
3636 } ,
3737}
3838
3939export const SqsApiCreateSqsCredentialsRequest = {
4040 name : {
41- maxLength : 64 ,
41+ maxLength : 500 ,
4242 minLength : 1 ,
4343 } ,
4444}
4545
4646export const SqsApiUpdateSqsCredentialsRequest = {
4747 name : {
48- maxLength : 64 ,
48+ maxLength : 500 ,
4949 minLength : 1 ,
5050 } ,
5151}
You can’t perform that action at this time.
0 commit comments